diff options
Diffstat (limited to 'compiler/nativeGen/RegAlloc/Graph/SpillClean.hs')
-rw-r--r-- | compiler/nativeGen/RegAlloc/Graph/SpillClean.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nativeGen/RegAlloc/Graph/SpillClean.hs b/compiler/nativeGen/RegAlloc/Graph/SpillClean.hs index ac46b99892..b68648bdaf 100644 --- a/compiler/nativeGen/RegAlloc/Graph/SpillClean.hs +++ b/compiler/nativeGen/RegAlloc/Graph/SpillClean.hs @@ -30,7 +30,7 @@ module RegAlloc.Graph.SpillClean ( where import BlockId -import RegLiveness +import RegAlloc.Liveness import RegAllocInfo import Regs import Instrs |