aboutsummaryrefslogtreecommitdiffstats
path: root/scheduling/BTL_Schedulerproof.v
diff options
context:
space:
mode:
authorLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-07-21 12:16:27 +0200
committerLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-07-21 12:16:27 +0200
commit9ce1b23f6361d8070490df1269a7bc53aa215efb (patch)
tree264365faee227986865bad3940ffb5e112c7adf0 /scheduling/BTL_Schedulerproof.v
parent8663f220ec0b0f10e74ae7442cdf221a83fc3943 (diff)
downloadcompcert-kvx-9ce1b23f6361d8070490df1269a7bc53aa215efb.tar.gz
compcert-kvx-9ce1b23f6361d8070490df1269a7bc53aa215efb.zip
expansions btl proofs
Diffstat (limited to 'scheduling/BTL_Schedulerproof.v')
-rw-r--r--scheduling/BTL_Schedulerproof.v6
1 files changed, 2 insertions, 4 deletions
diff --git a/scheduling/BTL_Schedulerproof.v b/scheduling/BTL_Schedulerproof.v
index 9b0383ae..05028f11 100644
--- a/scheduling/BTL_Schedulerproof.v
+++ b/scheduling/BTL_Schedulerproof.v
@@ -98,19 +98,17 @@ Proof.
unfold transf_function. intros H. monadInv H.
econstructor; eauto.
eapply check_symbolic_simu_input_equiv; eauto.
-Admitted. (*
eapply check_symbolic_simu_correct; eauto.
- Qed.*)
+Qed.
Lemma transf_fundef_correct f f':
transf_fundef f = OK f' -> match_fundef f f'.
Proof.
intros TRANSF; destruct f; simpl; inv TRANSF.
-Admitted. (*
+ monadInv H0. exploit transf_function_correct; eauto.
constructor; auto.
+ eapply match_External.
- Qed.*)
+Qed.
Lemma function_ptr_preserved:
forall v f,