aboutsummaryrefslogtreecommitdiffstats
path: root/backend/CSE3proof.v
diff options
context:
space:
mode:
Diffstat (limited to 'backend/CSE3proof.v')
-rw-r--r--backend/CSE3proof.v7
1 files changed, 4 insertions, 3 deletions
diff --git a/backend/CSE3proof.v b/backend/CSE3proof.v
index 3a7590ea..8a49fe87 100644
--- a/backend/CSE3proof.v
+++ b/backend/CSE3proof.v
@@ -642,9 +642,10 @@ Proof.
* IND_STEP.
- (* Icond *)
econstructor. split.
- + eapply exec_Icond; try eassumption.
- * erewrite transf_function_at by eauto. simpl.
- admit.
+ + eapply exec_Icond with (args := (subst_args (ctx:=(context_from_hints (snd (preanalysis tenv f)))) (fst (preanalysis tenv f)) pc args)); try eassumption.
+ * TR_AT. reflexivity.
+ * rewrite subst_args_ok with (sp:=sp) (m:=m) by trivial.
+ eassumption.
* reflexivity.
+ econstructor; eauto.
destruct b; IND_STEP.