NCG: Move the graph allocator into its own dir
[ghc-hetmet.git] / compiler / nativeGen / RegAlloc / Graph / Coalesce.hs
similarity index 98%
rename from compiler/nativeGen/RegCoalesce.hs
rename to compiler/nativeGen/RegAlloc/Graph/Coalesce.hs
index e64dc09..34e014c 100644 (file)
@@ -1,7 +1,7 @@
 -- | Register coalescing.
 --
 
-module RegCoalesce (
+module RegAlloc.Graph.Coalesce (
        regCoalesce,
        slurpJoinMovs
 )