summaryrefslogtreecommitdiff
path: root/backend/Linearizeproof.v
diff options
context:
space:
mode:
Diffstat (limited to 'backend/Linearizeproof.v')
-rw-r--r--backend/Linearizeproof.v4
1 files changed, 1 insertions, 3 deletions
diff --git a/backend/Linearizeproof.v b/backend/Linearizeproof.v
index 2548580..93d38dd 100644
--- a/backend/Linearizeproof.v
+++ b/backend/Linearizeproof.v
@@ -126,9 +126,7 @@ Proof.
unfold reachable_aux. intro reach; intros.
assert (LBoolean.ge reach!!pc' reach!!pc).
change (reach!!pc) with ((fun pc r => r) pc (reach!!pc)).
- eapply DS.fixpoint_solution. eexact H.
- unfold Kildall.successors_list, successors. rewrite PTree.gmap1.
- rewrite H0; auto.
+ eapply DS.fixpoint_solution; eauto.
elim H3; intro. congruence. auto.
intros. apply PMap.gi.
Qed.