summaryrefslogtreecommitdiff
path: root/backend/Allocproof.v
diff options
context:
space:
mode:
Diffstat (limited to 'backend/Allocproof.v')
-rw-r--r--backend/Allocproof.v4
1 files changed, 3 insertions, 1 deletions
diff --git a/backend/Allocproof.v b/backend/Allocproof.v
index 10eaa5b..c01b80c 100644
--- a/backend/Allocproof.v
+++ b/backend/Allocproof.v
@@ -711,7 +711,9 @@ Proof.
simpl. econstructor; eauto.
change (transfer f (RTL.fn_entrypoint f) live !! (RTL.fn_entrypoint f))
with (live0 f live).
- eapply agree_parameters; eauto.
+ eapply agree_parameters; eauto.
+ unfold regalloc. eauto.
+ unfold regalloc. congruence.
(* external function *)
injection H7; intro EQ; inv EQ.