NCG: Split block reorder thing in linear allocator into separate fn
[ghc-hetmet.git] / compiler / nativeGen / RegAlloc / Linear / JoinToTargets.hs
index 5c63346..d3f821b 100644 (file)
@@ -18,12 +18,12 @@ where
 import RegAlloc.Linear.State
 import RegAlloc.Linear.Base
 import RegAlloc.Linear.FreeRegs
+import RegAlloc.Liveness
 
 import BlockId
 import Instrs
 import Regs
 import RegAllocInfo
-import RegLiveness
 import Cmm     hiding (RegSet)
 
 import Digraph
@@ -152,8 +152,8 @@ joinToTargets_again
                --              
                let sccs  = stronglyConnCompFromEdgedVerticesR graph
 
-               -- debugging
-{-             pprTrace 
+{-             -- debugging
+               pprTrace 
                        ("joinToTargets: making fixup code")
                        (vcat   [ text "        in block: "     <> ppr block_id
                                , text " jmp instruction: "     <> ppr instr