NCG: Add missing ops to powerpc isJumpish
[ghc-hetmet.git] / compiler / nativeGen / PPC / RegInfo.hs
index dd74722..ea882a0 100644 (file)
@@ -206,6 +206,9 @@ isJumpish instr
  = case instr of
        BCC{}           -> True
        BCCFAR{}        -> True
+        BCTR{}         -> True
+        BCTRL{}                -> True
+       BL{}            -> True
        JMP{}           -> True
        _               -> False