summaryrefslogtreecommitdiff
path: root/backend/Allocproof.v
diff options
context:
space:
mode:
Diffstat (limited to 'backend/Allocproof.v')
-rw-r--r--backend/Allocproof.v2
1 files changed, 0 insertions, 2 deletions
diff --git a/backend/Allocproof.v b/backend/Allocproof.v
index f05b05e..e91be74 100644
--- a/backend/Allocproof.v
+++ b/backend/Allocproof.v
@@ -1343,8 +1343,6 @@ Lemma analyze_successors:
exists e', transfer f env bsh s an!!s = OK e' /\ EqSet.Subset e' e.
Proof.
unfold analyze; intros. exploit DS.fixpoint_solution; eauto.
- instantiate (1 := pc). instantiate (1 := s).
- unfold successors_list. rewrite PTree.gmap1. rewrite H0. simpl. auto.
rewrite H2. unfold DS.L.ge. destruct (transfer f env bsh s an#s); intros.
exists e0; auto.
contradiction.