NCG: Move the graph allocator into its own dir
[ghc-hetmet.git] / compiler / nativeGen / RegAlloc / Graph / SpillClean.hs
similarity index 99%
rename from compiler/nativeGen/RegSpillClean.hs
rename to compiler/nativeGen/RegAlloc/Graph/SpillClean.hs
index 2ecd450..ddb2461 100644 (file)
@@ -24,7 +24,7 @@
 --     spilling %r1 to a slot makes that slot have the same value as %r1.
 --
 
-module RegSpillClean (
+module RegAlloc.Graph.SpillClean (
        cleanSpills
 )
 where