diff options
author | Simon Marlow <marlowsd@gmail.com> | 2014-07-22 12:02:45 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2014-07-31 08:55:26 +0100 |
commit | 1837b2f38ec3442dcc4e7fd4bc67207fc2064e65 (patch) | |
tree | 4ae327c96d71a93d380369cff4eefb9425b6d665 /compiler/cmm/Cmm.hs | |
parent | a2439c7e3620b0ace73c74ca024a0f2c0046c54a (diff) | |
download | haskell-1837b2f38ec3442dcc4e7fd4bc67207fc2064e65.tar.gz |
comment update
Diffstat (limited to 'compiler/cmm/Cmm.hs')
-rw-r--r-- | compiler/cmm/Cmm.hs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/compiler/cmm/Cmm.hs b/compiler/cmm/Cmm.hs index e21efc13af..9e9bae93c6 100644 --- a/compiler/cmm/Cmm.hs +++ b/compiler/cmm/Cmm.hs @@ -80,10 +80,7 @@ data GenCmmDecl d h g -- registers will be correct in generated C-- code, but -- not in hand-written C-- code. However, -- splitAtProcPoints calculates correct liveness - -- information for CmmProc's. Right now only the LLVM - -- back-end relies on correct liveness information and - -- for that back-end we always call splitAtProcPoints, so - -- all is good. + -- information for CmmProcs. g -- Control-flow graph for the procedure's code | CmmData -- Static data |