From: Isaac Dupree Date: Fri, 4 Jan 2008 10:53:39 +0000 (+0000) Subject: change CmmActual, CmmFormal to use a data CmmHinted rather than tuple (#1405) X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d76b6a05ab36066e8aeb67d58e25992d1ef83a8a;hp=d76b6a05ab36066e8aeb67d58e25992d1ef83a8a;p=ghc-hetmet.git change CmmActual, CmmFormal to use a data CmmHinted rather than tuple (#1405) 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... ---