diff options
author | Michael D. Adams <t-madams@microsoft.com> | 2007-05-29 15:06:16 +0000 |
---|---|---|
committer | Michael D. Adams <t-madams@microsoft.com> | 2007-05-29 15:06:16 +0000 |
commit | 0e504ed52a791feb3fd265e5dfd141b5f4a8b1b6 (patch) | |
tree | e8e91039e324d2460fa591238282e9daf781a267 /compiler/cmm/CmmLive.hs | |
parent | bdfa9495e95ba5701f27711b27d8e22ae7bb8335 (diff) | |
download | haskell-0e504ed52a791feb3fd265e5dfd141b5f4a8b1b6.tar.gz |
Added early draft of parameter passing to the CPS converter
Diffstat (limited to 'compiler/cmm/CmmLive.hs')
-rw-r--r-- | compiler/cmm/CmmLive.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/cmm/CmmLive.hs b/compiler/cmm/CmmLive.hs index 4fb4a29285..b379f2db3c 100644 --- a/compiler/cmm/CmmLive.hs +++ b/compiler/cmm/CmmLive.hs @@ -129,6 +129,7 @@ cmmBlockUpdate blocks node _ state = ----------------------------------------------------------------------------- -- Section: ----------------------------------------------------------------------------- +----------------------------------------------------------------------------- -- CmmBlockLive, cmmStmtListLive and helpers ----------------------------------------------------------------------------- |