From 7698300cfe2d3f944ce2e1d4a60a263620487718 Mon Sep 17 00:00:00 2001 From: xleroy Date: Fri, 20 Dec 2013 13:05:53 +0000 Subject: Merge of branch value-analysis. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2381 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- backend/Allocproof.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/Allocproof.v') diff --git a/backend/Allocproof.v b/backend/Allocproof.v index e91be746..1e637f9f 100644 --- a/backend/Allocproof.v +++ b/backend/Allocproof.v @@ -1342,7 +1342,7 @@ Lemma analyze_successors: an!!pc = OK e -> exists e', transfer f env bsh s an!!s = OK e' /\ EqSet.Subset e' e. Proof. - unfold analyze; intros. exploit DS.fixpoint_solution; eauto. + unfold analyze; intros. exploit DS.fixpoint_allnodes_solution; eauto. rewrite H2. unfold DS.L.ge. destruct (transfer f env bsh s an#s); intros. exists e0; auto. contradiction. -- cgit