aboutsummaryrefslogtreecommitdiffstats
path: root/driver
diff options
context:
space:
mode:
Diffstat (limited to 'driver')
-rw-r--r--driver/Compiler.vexpand8
1 files changed, 3 insertions, 5 deletions
diff --git a/driver/Compiler.vexpand b/driver/Compiler.vexpand
index 952bed22..9673267d 100644
--- a/driver/Compiler.vexpand
+++ b/driver/Compiler.vexpand
@@ -298,13 +298,11 @@ EXPAND_ASM_SEMANTICS
eapply RTLgenproof.transf_program_correct; eassumption.
EXPAND_RTL_FORWARD_SIMULATIONS
eapply compose_forward_simulations.
- eapply RTLpathLivegenproof.transf_program_correct; eassumption.
- pose proof RTLpathLivegenproof.all_fundef_liveness_ok as X.
- refine (modusponens _ _ (X _ _ _) _); eauto. intro.
+ eapply RTLtoBTLproof.transf_program_correct; eassumption.
eapply compose_forward_simulations.
- eapply RTLpathSchedulerproof.transf_program_correct; eassumption.
+ eapply BTL_Schedulerproof.transf_program_correct; eassumption.
eapply compose_forward_simulations.
- eapply RTLpathproof.transf_program_correct; eassumption.
+ eapply BTLtoRTLproof.transf_program_correct; eassumption.
eapply compose_forward_simulations.
eapply Allocationproof.transf_program_correct; eassumption.
eapply compose_forward_simulations.