Fixes for the unreg build
authorIan Lynagh <igloo@earth.li>
Wed, 18 Jul 2007 11:17:51 +0000 (11:17 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 18 Jul 2007 11:17:51 +0000 (11:17 +0000)
commit48fb2b521898998a17873ad6cf30610aa5ab6db3
treed78c6e905dbfb9b41eea29b6421841696daef579
parent95e67967d9abbef73e8d355d0e168759b4ee0590
Fixes for the unreg build
* Fix code output order when printing C so things are defined before
  they are used.
* Generate _ret rather than _entry functions for INFO_TABLE_RET.
* Use "ASSIGN_BaseReg" rather than "BaseReg =".
compiler/cmm/CLabel.hs
compiler/cmm/CmmCPSGen.hs
compiler/cmm/CmmInfo.hs
compiler/cmm/CmmParse.y
compiler/cmm/PprC.hs
compiler/codeGen/CgInfoTbls.hs