summaryrefslogtreecommitdiff
path: root/backend/Selectionproof.v
diff options
context:
space:
mode:
Diffstat (limited to 'backend/Selectionproof.v')
-rw-r--r--backend/Selectionproof.v3
1 files changed, 1 insertions, 2 deletions
diff --git a/backend/Selectionproof.v b/backend/Selectionproof.v
index 2fb56f8..2fd9219 100644
--- a/backend/Selectionproof.v
+++ b/backend/Selectionproof.v
@@ -468,8 +468,7 @@ Proof.
(* skip call *)
exploit Mem.free_parallel_extends; eauto. intros [m2' [A B]].
left; econstructor; split.
- econstructor. inv H10; simpl in H; simpl; auto.
- rewrite <- H0; reflexivity.
+ econstructor. inv H9; simpl in H; simpl; auto.
eauto.
constructor; auto.
(* assign *)