From 7f6ac3209e7fb7d822780c7e990fb604b11a6409 Mon Sep 17 00:00:00 2001 From: xleroy Date: Wed, 17 Oct 2007 12:39:26 +0000 Subject: Typo dans le pseudocode en commentaire git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@423 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- backend/Kildall.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/Kildall.v') diff --git a/backend/Kildall.v b/backend/Kildall.v index 4379b00f..41011f2b 100644 --- a/backend/Kildall.v +++ b/backend/Kildall.v @@ -147,7 +147,7 @@ Record state : Set := compute in = lub st_in[s] out if in <> st_in[s]: st_in[s] := in - st_wrk := st_wrk union {n} + st_wrk := st_wrk union {s} end if end for end while -- cgit