summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/SelectionDAGISel.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-04-14 19:53:31 +0000
committerDan Gohman <gohman@apple.com>2010-04-14 19:53:31 +0000
commit2520864773dcb73d76d297605f4bc41c0cf3fa39 (patch)
treed8fac8b4b88b2155edcaf56c8ddab11326232773 /include/llvm/CodeGen/SelectionDAGISel.h
parent7f6b8b8891adedce162ce23f5b540f98af202b22 (diff)
downloadllvm-2520864773dcb73d76d297605f4bc41c0cf3fa39.tar.gz
llvm-2520864773dcb73d76d297605f4bc41c0cf3fa39.tar.bz2
llvm-2520864773dcb73d76d297605f4bc41c0cf3fa39.tar.xz
Factor out EH landing pad code into a separate function, and constify
a bunch of stuff to support it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101273 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/SelectionDAGISel.h')
-rw-r--r--include/llvm/CodeGen/SelectionDAGISel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/SelectionDAGISel.h b/include/llvm/CodeGen/SelectionDAGISel.h
index f1c2ce6e5a..0d5fbec056 100644
--- a/include/llvm/CodeGen/SelectionDAGISel.h
+++ b/include/llvm/CodeGen/SelectionDAGISel.h
@@ -278,6 +278,7 @@ private:
SDNode *MorphNode(SDNode *Node, unsigned TargetOpc, SDVTList VTs,
const SDValue *Ops, unsigned NumOps, unsigned EmitNodeInfo);
+ void PrepareEHLandingPad(MachineBasicBlock *BB);
void SelectAllBasicBlocks(Function &Fn, MachineFunction &MF,
const TargetInstrInfo &TII);
void FinishBasicBlock();