change CmmActual, CmmFormal to use a data CmmHinted rather than tuple (#1405)
authorIsaac Dupree <id@isaac.cedarswampstudios.org>
Fri, 4 Jan 2008 10:53:39 +0000 (10:53 +0000)
committerIsaac Dupree <id@isaac.cedarswampstudios.org>
Fri, 4 Jan 2008 10:53:39 +0000 (10:53 +0000)
This allows the instance of UserOfLocalRegs to be within Haskell98, and IMHO
 makes the code a little cleaner generally.
This is one small (though tedious) step towards making GHC's code more
 portable...


No differences found