NCG: Split PprMach into arch specific modules
authorBen.Lippmeier@anu.edu.au <unknown>
Thu, 5 Feb 2009 08:12:42 +0000 (08:12 +0000)
committerBen.Lippmeier@anu.edu.au <unknown>
Thu, 5 Feb 2009 08:12:42 +0000 (08:12 +0000)
commitefbf8ab4eabc1636417b3ea0ca3f5aa227491d9a
treecef3101ac2650b23a1ca21b300d21a7881d412e6
parentb5bb34f029d3f68d966c0b9ed79305e3d9aac98c
NCG: Split PprMach into arch specific modules
  - There are still some #ifdefs for choosing between i386, x86_64,
      linux, darwin and other OS's.
  - Also reformat SPARC.RegInfo to remove some of the visual noise.
compiler/ghc.cabal.in
compiler/nativeGen/Alpha/Ppr.hs [new file with mode: 0644]
compiler/nativeGen/PPC/Ppr.hs [new file with mode: 0644]
compiler/nativeGen/PprBase.hs [new file with mode: 0644]
compiler/nativeGen/PprMach.hs
compiler/nativeGen/SPARC/Instr.hs
compiler/nativeGen/SPARC/Ppr.hs [new file with mode: 0644]
compiler/nativeGen/SPARC/RegInfo.hs
compiler/nativeGen/X86/Instr.hs
compiler/nativeGen/X86/Ppr.hs [new file with mode: 0644]