NCG: Split MachRegs.hs into arch specific modules
authorBen.Lippmeier@anu.edu.au <unknown>
Wed, 4 Feb 2009 03:07:29 +0000 (03:07 +0000)
committerBen.Lippmeier@anu.edu.au <unknown>
Wed, 4 Feb 2009 03:07:29 +0000 (03:07 +0000)
commit9de520b7194c9d759147db98deb3cd8d47d0de76
treef1998ac113f4cca9aad8da30670f789a52e6be0a
parent51cae5224f2f2f5db8b3196d0f5118ba4246701a
NCG: Split MachRegs.hs into arch specific modules
compiler/ghc.cabal.in
compiler/nativeGen/Alpha/Regs.hs [new file with mode: 0644]
compiler/nativeGen/MachRegs.hs [new file with mode: 0644]
compiler/nativeGen/MachRegs.lhs [deleted file]
compiler/nativeGen/PPC/Regs.hs [new file with mode: 0644]
compiler/nativeGen/RegsBase.hs [new file with mode: 0644]
compiler/nativeGen/SPARC/Regs.hs [new file with mode: 0644]
compiler/nativeGen/X86/Regs.hs [new file with mode: 0644]