From 36b1620406c711df89263cc63cf0d1b6e393ecb8 Mon Sep 17 00:00:00 2001 From: xleroy Date: Mon, 11 Sep 2006 14:23:48 +0000 Subject: Meilleure representation des worklists dans l'algo de Kildall git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@91 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- backend/Linearize.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/Linearize.v') diff --git a/backend/Linearize.v b/backend/Linearize.v index f5b2a9e2..667b5d41 100644 --- a/backend/Linearize.v +++ b/backend/Linearize.v @@ -80,7 +80,7 @@ Require Import Lattice. of a reachable block are reachable, by the very definition of reachability. *) -Module DS := Dataflow_Solver(LBoolean). +Module DS := Dataflow_Solver(LBoolean)(NodeSetForward). Definition reachable_aux (f: LTL.function) : option (PMap.t bool) := DS.fixpoint -- cgit