From d5f3ee00bb93b07f6f1a5859750cac345ed261aa Mon Sep 17 00:00:00 2001 From: Cyril SIX Date: Tue, 9 Jun 2020 17:32:11 +0200 Subject: RTLpathSchedulerproof.all_fundef_liveness_ok is a hypothesis again --- driver/Compiler.vexpand | 2 ++ 1 file changed, 2 insertions(+) (limited to 'driver') 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. -- cgit