aboutsummaryrefslogtreecommitdiffstats
path: root/backend/CSEproof.v
diff options
context:
space:
mode:
Diffstat (limited to 'backend/CSEproof.v')
-rw-r--r--backend/CSEproof.v7
1 files changed, 7 insertions, 0 deletions
diff --git a/backend/CSEproof.v b/backend/CSEproof.v
index 14027bf0..7f942464 100644
--- a/backend/CSEproof.v
+++ b/backend/CSEproof.v
@@ -916,6 +916,13 @@ Proof.
eapply analysis_correct_1; eauto. simpl; auto.
unfold transfer; rewrite H; auto.
+ (* Icond false *)
+ econstructor; split.
+ eapply exec_Ijumptable; eauto.
+ econstructor; eauto.
+ eapply analysis_correct_1; eauto. simpl. eapply list_nth_z_in; eauto.
+ unfold transfer; rewrite H; auto.
+
(* Ireturn *)
econstructor; split.
eapply exec_Ireturn; eauto.