aboutsummaryrefslogtreecommitdiffstats
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, 1 insertions, 1 deletions
diff --git a/backend/Allocproof.v b/backend/Allocproof.v
index 5a5e4c4d..daa53e54 100644
--- a/backend/Allocproof.v
+++ b/backend/Allocproof.v
@@ -165,7 +165,7 @@ Proof.
apply agree_increasing with (live!!n).
eapply DS.fixpoint_solution. unfold analyze in H; eauto.
unfold RTL.successors, Kildall.successors_list.
- rewrite PTree.gmap. rewrite H0. simpl. auto.
+ rewrite PTree.gmap1. rewrite H0. simpl. auto.
auto.
Qed.