summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-11-23 18:12:11 +0000
committerDan Gohman <gohman@apple.com>2009-11-23 18:12:11 +0000
commit9d72cbf2d530725074685325694484633c774dc2 (patch)
treef0bd3c23fe02c89fa2f378cd1d51dafda1a9550a /llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h
parent02d6aca867839102084f7e3a9f21485fef901fb0 (diff)
downloadbcm5719-llvm-9d72cbf2d530725074685325694484633c774dc2.tar.gz
bcm5719-llvm-9d72cbf2d530725074685325694484633c774dc2.zip
Move CopyCatchInfo into FunctionLoweringInfo.cpp too, for consistency.
llvm-svn: 89683
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h b/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h
index 38e940953e3..d851e6429c0 100644
--- a/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h
+++ b/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h
@@ -142,6 +142,10 @@ GlobalVariable *ExtractTypeInfo(Value *V);
/// call, and add them to the specified machine basic block.
void AddCatchInfo(CallInst &I, MachineModuleInfo *MMI, MachineBasicBlock *MBB);
+/// CopyCatchInfo - Copy catch information from DestBB to SrcBB.
+void CopyCatchInfo(BasicBlock *SrcBB, BasicBlock *DestBB,
+ MachineModuleInfo *MMI, FunctionLoweringInfo &FLI);
+
} // end namespace llvm
#endif
OpenPOWER on IntegriCloud