From 7f6ac3209e7fb7d822780c7e990fb604b11a6409 Mon Sep 17 00:00:00 2001
From: xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>
Date: Wed, 17 Oct 2007 12:39:26 +0000
Subject: [PATCH] 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(-)

diff --git a/backend/Kildall.v b/backend/Kildall.v
index 4379b00fc..41011f2b1 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
-- 
GitLab