NCG: Add missing ops to powerpc isJumpish
authorBen.Lippmeier@anu.edu.au <unknown>
Fri, 13 Feb 2009 00:46:47 +0000 (00:46 +0000)
committerBen.Lippmeier@anu.edu.au <unknown>
Fri, 13 Feb 2009 00:46:47 +0000 (00:46 +0000)
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