aboutsummaryrefslogtreecommitdiffstats
path: root/scheduling/BTL_Scheduler.v
diff options
context:
space:
mode:
authorLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-06-18 11:08:52 +0200
committerLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-06-18 11:08:52 +0200
commit86e108c7b95456e986605cb1861cb5128f348ec0 (patch)
tree9249282e3142004455dfab87366f571a7dc95b01 /scheduling/BTL_Scheduler.v
parentef95bd7f4afe159bcedc3ec5732579bfc6ba08c6 (diff)
downloadcompcert-kvx-86e108c7b95456e986605cb1861cb5128f348ec0.tar.gz
compcert-kvx-86e108c7b95456e986605cb1861cb5128f348ec0.zip
End of main scheduling proof
Diffstat (limited to 'scheduling/BTL_Scheduler.v')
-rw-r--r--scheduling/BTL_Scheduler.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/scheduling/BTL_Scheduler.v b/scheduling/BTL_Scheduler.v
index 10f780e2..c50eb364 100644
--- a/scheduling/BTL_Scheduler.v
+++ b/scheduling/BTL_Scheduler.v
@@ -52,6 +52,7 @@ Definition check_symbolic_simu (f tf: BTL.function): res unit := OK tt. (* TODO:
Lemma check_symbolic_simu_input_equiv x f1 f2:
check_symbolic_simu f1 f2 = OK x -> equiv_input_regs f1 f2.
+Proof.
Admitted.
Lemma check_symbolic_simu_correct x f1 f2: