summaryrefslogtreecommitdiff
path: root/arm/Selectionproof.v
diff options
context:
space:
mode:
Diffstat (limited to 'arm/Selectionproof.v')
-rw-r--r--arm/Selectionproof.v4
1 files changed, 0 insertions, 4 deletions
diff --git a/arm/Selectionproof.v b/arm/Selectionproof.v
index 10f93f3..967e229 100644
--- a/arm/Selectionproof.v
+++ b/arm/Selectionproof.v
@@ -1389,10 +1389,6 @@ 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.