NCG: Split MachInstrs into arch specific modules
authorBen.Lippmeier@anu.edu.au <unknown>
Tue, 3 Feb 2009 08:13:27 +0000 (08:13 +0000)
committerBen.Lippmeier@anu.edu.au <unknown>
Tue, 3 Feb 2009 08:13:27 +0000 (08:13 +0000)
commit92ee78e03c3670f56ebbbbfb0f67a00f9ea1305f
tree6ee18a01165269a409bda8f6d1690e91077d0e64
parent337d98de1eaf6689269c9788d1983569a98d46a0
NCG: Split MachInstrs into arch specific modules
compiler/ghc.cabal.in
compiler/nativeGen/Alpha/Instr.hs [new file with mode: 0644]
compiler/nativeGen/MachInstrs.hs
compiler/nativeGen/PPC/Instr.hs [new file with mode: 0644]
compiler/nativeGen/SPARC/Instr.hs [new file with mode: 0644]
compiler/nativeGen/X86/Instr.hs [new file with mode: 0644]