Add a panic to fix the build on amd64/Linux; to be fixed properly later
[ghc-hetmet.git] / compiler / nativeGen / Regs.hs
2009-02-06 Ian LynaghFix the build on amd64/Linux
2009-02-05 Ben.Lippmeier@anu... NCG: Validate fixes
2009-02-04 Ben.Lippmeier@anu... NCG: Split RegAllocInfo into arch specific modules
2009-02-04 Ben.Lippmeier@anu... NCG: Rename MachRegs, MachInstrs -> Regs, Instrs to...