From eafbaf41e528cc9825a503c66739a66a92ca65a8 Mon Sep 17 00:00:00 2001 From: xleroy Date: Mon, 12 Aug 2013 13:09:20 +0000 Subject: Change interface of Kildall solvers to avoid precomputing the map pc -> list of successors. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2305 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- backend/Allocproof.v | 2 -- 1 file changed, 2 deletions(-) (limited to 'backend/Allocproof.v') diff --git a/backend/Allocproof.v b/backend/Allocproof.v index f05b05e..e91be74 100644 --- a/backend/Allocproof.v +++ b/backend/Allocproof.v @@ -1343,8 +1343,6 @@ Lemma analyze_successors: exists e', transfer f env bsh s an!!s = OK e' /\ EqSet.Subset e' e. Proof. unfold analyze; intros. exploit DS.fixpoint_solution; eauto. - instantiate (1 := pc). instantiate (1 := s). - unfold successors_list. rewrite PTree.gmap1. rewrite H0. simpl. auto. rewrite H2. unfold DS.L.ge. destruct (transfer f env bsh s an#s); intros. exists e0; auto. contradiction. -- cgit v1.2.3