summaryrefslogtreecommitdiff
path: root/powerpc/Selectionproof.v
diff options
context:
space:
mode:
Diffstat (limited to 'powerpc/Selectionproof.v')
-rw-r--r--powerpc/Selectionproof.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/powerpc/Selectionproof.v b/powerpc/Selectionproof.v
index 6ffffc1..8a02c99 100644
--- a/powerpc/Selectionproof.v
+++ b/powerpc/Selectionproof.v
@@ -1357,10 +1357,12 @@ Proof.
econstructor. destruct k; simpl in H; simpl; auto.
rewrite <- H0; reflexivity.
constructor; auto.
+(*
(* assign *)
exists (State (sel_function f) Sskip (sel_cont k) sp (PTree.set id v e) m); split.
constructor. auto with evalexpr.
constructor; auto.
+*)
(* store *)
econstructor; split.
eapply eval_store; eauto with evalexpr.