summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/RegAlloc/Graph/Spill.hs
diff options
context:
space:
mode:
authorBen.Lippmeier@anu.edu.au <unknown>2009-02-04 03:52:50 +0000
committerBen.Lippmeier@anu.edu.au <unknown>2009-02-04 03:52:50 +0000
commitee6bba6f3d80c56b47bc623bc6e4f076be1f046f (patch)
treea690669e830106daace9aa7ff577b41092ad2469 /compiler/nativeGen/RegAlloc/Graph/Spill.hs
parenta12e845684c10955bc594cdb20d1f13fae14873d (diff)
downloadhaskell-ee6bba6f3d80c56b47bc623bc6e4f076be1f046f.tar.gz
NCG: Move RegLiveness -> RegAlloc.Liveness
Diffstat (limited to 'compiler/nativeGen/RegAlloc/Graph/Spill.hs')
-rw-r--r--compiler/nativeGen/RegAlloc/Graph/Spill.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nativeGen/RegAlloc/Graph/Spill.hs b/compiler/nativeGen/RegAlloc/Graph/Spill.hs
index 886f9d4254..b5a645188f 100644
--- a/compiler/nativeGen/RegAlloc/Graph/Spill.hs
+++ b/compiler/nativeGen/RegAlloc/Graph/Spill.hs
@@ -9,7 +9,7 @@ module RegAlloc.Graph.Spill (
where
-import RegLiveness
+import RegAlloc.Liveness
import RegAllocInfo
import Regs
import Instrs