X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FnativeGen%2FRegAlloc%2FGraph%2FSpillCost.hs;fp=compiler%2FnativeGen%2FRegAlloc%2FGraph%2FSpillCost.hs;h=1d37cf71d6e8e1df3f1d933d1d2ef2a897dfa855;hp=c897a4d7244e14566d3d6b4cf8cbfaa65f81523e;hb=ee6bba6f3d80c56b47bc623bc6e4f076be1f046f;hpb=a12e845684c10955bc594cdb20d1f13fae14873d diff --git a/compiler/nativeGen/RegAlloc/Graph/SpillCost.hs b/compiler/nativeGen/RegAlloc/Graph/SpillCost.hs index c897a4d..1d37cf7 100644 --- a/compiler/nativeGen/RegAlloc/Graph/SpillCost.hs +++ b/compiler/nativeGen/RegAlloc/Graph/SpillCost.hs @@ -17,7 +17,7 @@ module RegAlloc.Graph.SpillCost ( where import GraphBase -import RegLiveness +import RegAlloc.Liveness import RegAllocInfo import Instrs import Regs @@ -83,7 +83,7 @@ slurpSpillCostInfo cmm = countLIs rsLiveEntry instrs | otherwise - = error "RegLiveness.slurpSpillCostInfo: bad block" + = error "RegAlloc.SpillCost.slurpSpillCostInfo: bad block" countLIs _ [] = return ()