From c7a642bf2156221a5c93826444e5e49ebb3b682b Mon Sep 17 00:00:00 2001 From: xleroy Date: Sun, 11 Mar 2012 16:12:42 +0000 Subject: Proof didn't go through for ARM git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1847 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- backend/Selectionproof.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backend/Selectionproof.v') diff --git a/backend/Selectionproof.v b/backend/Selectionproof.v index b5bc216b..2a0efd57 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. -- cgit