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/Allocation.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/Allocation.v') diff --git a/backend/Allocation.v b/backend/Allocation.v index a4dd3af..e53c5aa 100644 --- a/backend/Allocation.v +++ b/backend/Allocation.v @@ -1104,7 +1104,7 @@ Definition successors_block_shape (bsh: block_shape) : list node := end. Definition analyze (f: RTL.function) (env: regenv) (bsh: PTree.t block_shape) := - DS.fixpoint (PTree.map1 successors_block_shape bsh) (transfer f env bsh) nil. + DS.fixpoint bsh successors_block_shape (transfer f env bsh) nil. (** * Validating and translating functions and programs *) -- cgit v1.2.3