aboutsummaryrefslogtreecommitdiffstats
path: root/backend/Kildall.v
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2007-10-17 12:39:26 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2007-10-17 12:39:26 +0000
commit7f6ac3209e7fb7d822780c7e990fb604b11a6409 (patch)
tree1dca9c6f8a3e54edbac13acdc0bf927aa2c033e5 /backend/Kildall.v
parent695fd6b6b170364890498dee7040bd2b33c76ab2 (diff)
downloadcompcert-kvx-7f6ac3209e7fb7d822780c7e990fb604b11a6409.tar.gz
compcert-kvx-7f6ac3209e7fb7d822780c7e990fb604b11a6409.zip
Typo dans le pseudocode en commentaire
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@423 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'backend/Kildall.v')
-rw-r--r--backend/Kildall.v2
1 files changed, 1 insertions, 1 deletions
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