diff options
author | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2007-10-17 12:39:26 +0000 |
---|---|---|
committer | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2007-10-17 12:39:26 +0000 |
commit | 7f6ac3209e7fb7d822780c7e990fb604b11a6409 (patch) | |
tree | 1dca9c6f8a3e54edbac13acdc0bf927aa2c033e5 | |
parent | 695fd6b6b170364890498dee7040bd2b33c76ab2 (diff) |
Typo dans le pseudocode en commentaire
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@423 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
-rw-r--r-- | backend/Kildall.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/Kildall.v b/backend/Kildall.v index 4379b00..41011f2 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 |