aboutsummaryrefslogtreecommitdiffstats
path: root/backend/CSE3proof.v
diff options
context:
space:
mode:
Diffstat (limited to 'backend/CSE3proof.v')
-rw-r--r--backend/CSE3proof.v5
1 files changed, 4 insertions, 1 deletions
diff --git a/backend/CSE3proof.v b/backend/CSE3proof.v
index 1472fbb1..19fb20be 100644
--- a/backend/CSE3proof.v
+++ b/backend/CSE3proof.v
@@ -830,7 +830,10 @@ Proof.
econstructor. split.
+ eapply exec_return.
+ econstructor; eauto.
-Admitted.
+ apply wt_regset_assign; trivial.
+ rewrite WTRES0.
+ exact WTRES.
+Qed.
Lemma transf_initial_states:
forall S1, RTL.initial_state prog S1 ->