summaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2012-03-11 16:12:42 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2012-03-11 16:12:42 +0000
commitc7a642bf2156221a5c93826444e5e49ebb3b682b (patch)
tree6ac38ef164e64b5959482e8567bee32324404d81 /backend
parent29e5edad6a46c678465d1ab0afb37fec16545cba (diff)
Proof didn't go through for ARM
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1847 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'backend')
-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.