aboutsummaryrefslogtreecommitdiffstats
path: root/scheduling/RTLtoBTLproof.v
diff options
context:
space:
mode:
authorLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-06-17 17:36:42 +0200
committerLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-06-17 17:36:42 +0200
commitef95bd7f4afe159bcedc3ec5732579bfc6ba08c6 (patch)
treee9c2e0d195d402913dffcc2c8bfd2c75a5804a93 /scheduling/RTLtoBTLproof.v
parent870d0cf9d06f453e2ba3cbdaf0184bc1f657c04b (diff)
downloadcompcert-kvx-ef95bd7f4afe159bcedc3ec5732579bfc6ba08c6.tar.gz
compcert-kvx-ef95bd7f4afe159bcedc3ec5732579bfc6ba08c6.zip
some advance, new section to simplify context from symbolic exec
Diffstat (limited to 'scheduling/RTLtoBTLproof.v')
-rw-r--r--scheduling/RTLtoBTLproof.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/scheduling/RTLtoBTLproof.v b/scheduling/RTLtoBTLproof.v
index 513ed40a..f5c2f3db 100644
--- a/scheduling/RTLtoBTLproof.v
+++ b/scheduling/RTLtoBTLproof.v
@@ -743,7 +743,7 @@ Theorem transf_program_correct:
Proof.
eapply compose_forward_simulations.
- eapply transf_program_correct_cfg.
- - eapply cfgsem2fsem.
+ - eapply cfgsem2fsem. eauto.
Admitted.
End BTL_SIMULATES_RTL.