X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FnativeGen%2FRegAlloc%2FLinear%2FMain.hs;h=c83830199a1e016ca5a8a0feb5545f7d3661187e;hb=4fb7d5bac50c9fe5572dcb1ba4146e3c68cebadb;hp=ce28c4e96ec79437756547a475b01eada748ccaf;hpb=ee6bba6f3d80c56b47bc623bc6e4f076be1f046f;p=ghc-hetmet.git diff --git a/compiler/nativeGen/RegAlloc/Linear/Main.hs b/compiler/nativeGen/RegAlloc/Linear/Main.hs index ce28c4e..c838301 100644 --- a/compiler/nativeGen/RegAlloc/Linear/Main.hs +++ b/compiler/nativeGen/RegAlloc/Linear/Main.hs @@ -98,6 +98,8 @@ import RegAlloc.Linear.Stats import RegAlloc.Linear.JoinToTargets import RegAlloc.Liveness +-- import PprMach + import BlockId import Regs import Instrs @@ -323,7 +325,7 @@ raInsn block_live new_instrs id (Instr instr (Just live)) (uniqSetToList $ liveDieWrite live) -raInsn _ _ id instr +raInsn _ _ _ instr = pprPanic "raInsn" (text "no match for:" <> ppr instr)