aboutsummaryrefslogtreecommitdiffstats
path: root/backend/CSE3proof.v
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-03-31 19:15:38 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-03-31 19:15:38 +0200
commitd564ede57b308650da227c254e381c33c7240d08 (patch)
tree5dad1f39a6e4f1583095c6688c6deea691a249d1 /backend/CSE3proof.v
parenta846ae7397353959c0b2025e31d94b9f6a01435d (diff)
downloadcompcert-kvx-d564ede57b308650da227c254e381c33c7240d08.tar.gz
compcert-kvx-d564ede57b308650da227c254e381c33c7240d08.zip
no more admitted
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 ->