aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--backend/Profilingproof.v7
1 files changed, 6 insertions, 1 deletions
diff --git a/backend/Profilingproof.v b/backend/Profilingproof.v
index 202e451c..fd905a39 100644
--- a/backend/Profilingproof.v
+++ b/backend/Profilingproof.v
@@ -248,7 +248,12 @@ Proof.
+ constructor; auto.
constructor; auto.
constructor.
- - admit.
+ - econstructor; split.
+ + apply plus_one. apply exec_Itailcall with (sig:=(funsig fd)) (ros:=ros).
+ erewrite transf_function_at; eauto. apply I.
+ apply find_function_translated with (fd := fd).
+ all: eauto with profiling.
+ + constructor; auto.
- admit.
- admit.
- admit.