NCG: Move the graph allocator into its own dir
[ghc-hetmet.git] / compiler / nativeGen / RegAlloc / Graph / Stats.hs
similarity index 99%
rename from compiler/nativeGen/RegAllocStats.hs
rename to compiler/nativeGen/RegAlloc/Graph/Stats.hs
index 12f4cee..bf9622d 100644 (file)
@@ -3,7 +3,7 @@
 --     graph coloring register allocator.
 --
 
-module RegAllocStats (
+module RegAlloc.Graph.Stats (
        RegAllocStats (..),
        regDotColor,
 
@@ -23,8 +23,8 @@ where
 import qualified GraphColor as Color
 import RegLiveness
 import RegAllocInfo
-import RegSpill
-import RegSpillCost
+import RegAlloc.Graph.Spill
+import RegAlloc.Graph.SpillCost
 import MachRegs
 import MachInstrs
 import Cmm