aboutsummaryrefslogtreecommitdiffstats
path: root/driver
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2020-06-09 17:32:11 +0200
committerCyril SIX <cyril.six@kalray.eu>2020-06-09 17:32:11 +0200
commitd5f3ee00bb93b07f6f1a5859750cac345ed261aa (patch)
tree7ac350f9702cde48203484ab0380a4eab22f0992 /driver
parent7fd913b3e2377104f0fb2aa6cbbcd4f49f53a1f6 (diff)
downloadcompcert-kvx-d5f3ee00bb93b07f6f1a5859750cac345ed261aa.tar.gz
compcert-kvx-d5f3ee00bb93b07f6f1a5859750cac345ed261aa.zip
RTLpathSchedulerproof.all_fundef_liveness_ok is a hypothesis again
Diffstat (limited to 'driver')
-rw-r--r--driver/Compiler.vexpand2
1 files changed, 2 insertions, 0 deletions
diff --git a/driver/Compiler.vexpand b/driver/Compiler.vexpand
index 3285a012..8aaa40c6 100644
--- a/driver/Compiler.vexpand
+++ b/driver/Compiler.vexpand
@@ -298,6 +298,8 @@ EXPAND_ASM_SEMANTICS
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 compose_forward_simulations.
eapply RTLpathSchedulerproof.transf_program_correct; eassumption.
eapply compose_forward_simulations.