summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backend/Selectionproof.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/Selectionproof.v b/backend/Selectionproof.v
index b5bc216..2a0efd5 100644
--- a/backend/Selectionproof.v
+++ b/backend/Selectionproof.v
@@ -87,8 +87,8 @@ Lemma eval_condition_of_expr_base:
Val.bool_of_val v b ->
eval_condexpr ge sp e m le (condexpr_of_expr_base a) b.
Proof.
- intros. unfold condexpr_of_expr_base.
- exploit eval_cond_of_expr; eauto.
+ intros. unfold condexpr_of_expr_base.
+ generalize (eval_cond_of_expr _ _ _ _ _ _ _ _ H H0).
destruct (cond_of_expr a) as [cond args].
intros [vl [A B]].
econstructor; eauto.