X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=compiler%2FnativeGen%2FRegAlloc%2FGraph%2FCoalesce.hs;h=18e4b0edd1cb744880f0d2c7f8c0373e3fadfe5c;hb=ee6bba6f3d80c56b47bc623bc6e4f076be1f046f;hp=6cea26a2bd547acb0baf313c80aaf315c450f25d;hpb=a12e845684c10955bc594cdb20d1f13fae14873d;p=ghc-hetmet.git diff --git a/compiler/nativeGen/RegAlloc/Graph/Coalesce.hs b/compiler/nativeGen/RegAlloc/Graph/Coalesce.hs index 6cea26a..18e4b0e 100644 --- a/compiler/nativeGen/RegAlloc/Graph/Coalesce.hs +++ b/compiler/nativeGen/RegAlloc/Graph/Coalesce.hs @@ -10,7 +10,7 @@ where import Cmm import Regs -import RegLiveness +import RegAlloc.Liveness import RegAllocInfo import Bag