summaryrefslogtreecommitdiff
path: root/cfrontend/Cshmgenproof.v
diff options
context:
space:
mode:
Diffstat (limited to 'cfrontend/Cshmgenproof.v')
-rw-r--r--cfrontend/Cshmgenproof.v6
1 files changed, 4 insertions, 2 deletions
diff --git a/cfrontend/Cshmgenproof.v b/cfrontend/Cshmgenproof.v
index 02fab6f..4784e1e 100644
--- a/cfrontend/Cshmgenproof.v
+++ b/cfrontend/Cshmgenproof.v
@@ -1691,7 +1691,7 @@ Proof.
(* return none *)
monadInv TR. inv MTR.
econstructor; split.
- apply plus_one. constructor. monadInv TRF. simpl. rewrite H. auto.
+ apply plus_one. constructor.
eapply match_env_free_blocks; eauto.
econstructor; eauto.
eapply match_cont_call_cont. eauto.
@@ -1699,9 +1699,11 @@ Proof.
(* return some *)
monadInv TR. inv MTR.
econstructor; split.
- apply plus_one. constructor. monadInv TRF. simpl.
+ apply plus_one. constructor.
+(* monadInv TRF. simpl.
unfold opttyp_of_type. destruct (Clight.fn_return f); try congruence.
inv H0. inv H3. inv H3.
+*)
eapply make_cast_correct. eapply transl_expr_correct; eauto. eauto.
eapply match_env_free_blocks; eauto.
econstructor; eauto.