X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FnativeGen%2FRegAlloc%2FGraph%2FMain.hs;h=fe99aba12067361b29854cd7a3b57fbc005cdb30;hb=ee6bba6f3d80c56b47bc623bc6e4f076be1f046f;hp=b7945498b0cf79b3b10eec64e2259b11922fe486;hpb=337d98de1eaf6689269c9788d1983569a98d46a0;p=ghc-hetmet.git diff --git a/compiler/nativeGen/RegAlloc/Graph/Main.hs b/compiler/nativeGen/RegAlloc/Graph/Main.hs index b794549..fe99aba 100644 --- a/compiler/nativeGen/RegAlloc/Graph/Main.hs +++ b/compiler/nativeGen/RegAlloc/Graph/Main.hs @@ -12,13 +12,13 @@ module RegAlloc.Graph.Main ( where import qualified GraphColor as Color -import RegLiveness +import RegAlloc.Liveness import RegAlloc.Graph.Spill import RegAlloc.Graph.SpillClean import RegAlloc.Graph.SpillCost import RegAlloc.Graph.Stats -import MachRegs -import MachInstrs +import Regs +import Instrs import PprMach import UniqSupply