summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCInstrInfo.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-10-28 17:35:02 +0000
committerChris Lattner <sabre@nondot.org>2006-10-28 17:35:02 +0000
commitef13982aa7f3e57e82cd48370e79033dff0da295 (patch)
tree6f47341879cd183ce30b0f505fbcbe431d6b4c94 /lib/Target/PowerPC/PPCInstrInfo.h
parentcf420cca572b061fdd63587cb90904c641b6e216 (diff)
downloadllvm-ef13982aa7f3e57e82cd48370e79033dff0da295.tar.gz
llvm-ef13982aa7f3e57e82cd48370e79033dff0da295.tar.bz2
llvm-ef13982aa7f3e57e82cd48370e79033dff0da295.tar.xz
implement the BlockHasNoFallThrough hook
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31264 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCInstrInfo.h')
-rw-r--r--lib/Target/PowerPC/PPCInstrInfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/PowerPC/PPCInstrInfo.h b/lib/Target/PowerPC/PPCInstrInfo.h
index dc16aed4dc..769474b503 100644
--- a/lib/Target/PowerPC/PPCInstrInfo.h
+++ b/lib/Target/PowerPC/PPCInstrInfo.h
@@ -110,6 +110,7 @@ public:
virtual void InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
MachineBasicBlock *FBB,
const std::vector<MachineOperand> &Cond) const;
+ virtual bool BlockHasNoFallThrough(MachineBasicBlock &MBB) const;
virtual bool ReverseBranchCondition(std::vector<MachineOperand> &Cond) const;