diff options
Diffstat (limited to 'compiler/nativeGen/RegAlloc/Linear/Base.hs')
-rw-r--r-- | compiler/nativeGen/RegAlloc/Linear/Base.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/nativeGen/RegAlloc/Linear/Base.hs b/compiler/nativeGen/RegAlloc/Linear/Base.hs index ebd31076e3..60d0175c94 100644 --- a/compiler/nativeGen/RegAlloc/Linear/Base.hs +++ b/compiler/nativeGen/RegAlloc/Linear/Base.hs @@ -20,8 +20,7 @@ where import RegAlloc.Linear.FreeRegs import RegAlloc.Linear.StackMap - -import RegLiveness +import RegAlloc.Liveness import Regs import Outputable |