Hooked the C-- CPS pass into the compilation pipeline
authorMichael D. Adams <t-madams@microsoft.com>
Thu, 10 May 2007 13:46:00 +0000 (13:46 +0000)
committerMichael D. Adams <t-madams@microsoft.com>
Thu, 10 May 2007 13:46:00 +0000 (13:46 +0000)
commitd0f6db5b0cf1189d84e292aeca350211f3b810dd
treeeefff0b8bf49991c0548b915410a17955cd1c296
parent4311d2d9de83b0af0695f957694cce0dcc566021
Hooked the C-- CPS pass into the compilation pipeline
At present it just annotates each block with a comment
indicating what local registers are live at the start
of the block.
compiler/cmm/CmmCPS.hs [new file with mode: 0644]
compiler/main/DynFlags.hs
compiler/main/HscMain.lhs