From 089482edde31defa6fd952b0ea593df948a1919b Mon Sep 17 00:00:00 2001 From: "Ben.Lippmeier@anu.edu.au" Date: Fri, 13 Feb 2009 00:46:47 +0000 Subject: [PATCH] NCG: Add missing ops to powerpc isJumpish --- compiler/nativeGen/PPC/RegInfo.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compiler/nativeGen/PPC/RegInfo.hs b/compiler/nativeGen/PPC/RegInfo.hs index dd74722..ea882a0 100644 --- a/compiler/nativeGen/PPC/RegInfo.hs +++ b/compiler/nativeGen/PPC/RegInfo.hs @@ -206,6 +206,9 @@ isJumpish instr = case instr of BCC{} -> True BCCFAR{} -> True + BCTR{} -> True + BCTRL{} -> True + BL{} -> True JMP{} -> True _ -> False -- 1.7.10.4