aboutsummaryrefslogtreecommitdiffstats
path: root/scheduling/BTL_Schedulerproof.v
diff options
context:
space:
mode:
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,