NCG: Move the graph allocator into its own dir
[ghc-hetmet.git] / compiler / nativeGen / RegAlloc / Graph / ArchX86.hs
similarity index 96%
rename from compiler/nativeGen/RegArchX86.hs
rename to compiler/nativeGen/RegAlloc/Graph/ArchX86.hs
index c6c3050..8018f24 100644 (file)
@@ -6,7 +6,7 @@
 --     See MachRegs.hs for the actual trivColorable function used in GHC.
 --
 
-module RegArchX86 (
+module RegAlloc.Graph.ArchX86 (
        classOfReg,
        regsOfClass,
        regName,
@@ -15,7 +15,7 @@ module RegArchX86 (
        squeese,
 ) where
 
-import RegArchBase             (Reg(..), RegSub(..), RegClass(..))
+import RegAlloc.Graph.ArchBase (Reg(..), RegSub(..), RegClass(..))
 
 import UniqSet