Factor cmmToRawCmm completely out of CPS
authorMichael D. Adams <t-madams@microsoft.com>
Tue, 3 Jul 2007 21:17:34 +0000 (21:17 +0000)
committerMichael D. Adams <t-madams@microsoft.com>
Tue, 3 Jul 2007 21:17:34 +0000 (21:17 +0000)
commit3d297c5eb17478cc40b543acff017b925f6ea3c2
treea0c3eda75bbda6f098b137bc85513b1d87f10072
parentfe3321f99f4d9c9ff40429a7ac290f8ef7ca3297
Factor cmmToRawCmm completely out of CPS
This patch also fixes how the CPS handles functions with an empty body.
Factoring cmmToRawCmm out of the CPS pass made that fix easier.
compiler/cmm/CmmCPS.hs