aboutsummaryrefslogtreecommitdiffstats
path: root/scheduling/BTL_Schedulerproof.v
diff options
context:
space:
mode:
authorSylvain Boulmé <sylvain.boulme@univ-grenoble-alpes.fr>2021-05-28 16:33:23 +0200
committerSylvain Boulmé <sylvain.boulme@univ-grenoble-alpes.fr>2021-05-28 16:33:23 +0200
commit2311cb788e6dcf0103266fd6c6aa76096c283e34 (patch)
tree83d7cab703605fb293459fd5287244722517fbe6 /scheduling/BTL_Schedulerproof.v
parent5b67f8284c3a98581f4da9b065a738fc534480c4 (diff)
downloadcompcert-kvx-2311cb788e6dcf0103266fd6c6aa76096c283e34.tar.gz
compcert-kvx-2311cb788e6dcf0103266fd6c6aa76096c283e34.zip
remove dupmap from BTL_Scheduler !
Diffstat (limited to 'scheduling/BTL_Schedulerproof.v')
-rw-r--r--scheduling/BTL_Schedulerproof.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/scheduling/BTL_Schedulerproof.v b/scheduling/BTL_Schedulerproof.v
index 049dc6b1..c8c2a76f 100644
--- a/scheduling/BTL_Schedulerproof.v
+++ b/scheduling/BTL_Schedulerproof.v
@@ -24,6 +24,8 @@ Let tpge := Genv.globalenv tprog.
Theorem transf_program_correct:
forward_simulation (fsem prog) (fsem tprog).
+Proof.
+ eapply forward_simulation_step with equiv_state. (* lock-step with respect to equiv_states *)
Admitted.
End PRESERVATION.