diff options
author | Reid Kleckner <reid@kleckner.net> | 2015-04-23 23:22:33 +0000 |
---|---|---|
committer | Reid Kleckner <reid@kleckner.net> | 2015-04-23 23:22:33 +0000 |
commit | 5c5facc2ce1b8469494e37c07f69223e3bc45d2c (patch) | |
tree | 68bbda5c15ee53b1a14f61348941cc7a36f3eaec /llvm/lib/CodeGen/MachineModuleInfo.cpp | |
parent | ef680565213b3cbe6ecc3162d37447d822bd3aa3 (diff) | |
download | llvm-5c5facc2ce1b8469494e37c07f69223e3bc45d2c.zip llvm-5c5facc2ce1b8469494e37c07f69223e3bc45d2c.tar.gz llvm-5c5facc2ce1b8469494e37c07f69223e3bc45d2c.tar.bz2 |
Re-commit "[SEH] Remove the old __C_specific_handler code now that WinEHPrepare works"
This reverts commit r235617.
r235649 should have addressed the problems.
llvm-svn: 235667
Diffstat (limited to 'llvm/lib/CodeGen/MachineModuleInfo.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineModuleInfo.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/lib/CodeGen/MachineModuleInfo.cpp b/llvm/lib/CodeGen/MachineModuleInfo.cpp index e4f2aea..2352692a 100644 --- a/llvm/lib/CodeGen/MachineModuleInfo.cpp +++ b/llvm/lib/CodeGen/MachineModuleInfo.cpp @@ -461,14 +461,6 @@ void MachineModuleInfo::addCleanup(MachineBasicBlock *LandingPad) { LP.TypeIds.push_back(0); } -MCSymbol * -MachineModuleInfo::addClauseForLandingPad(MachineBasicBlock *LandingPad) { - MCSymbol *ClauseLabel = Context.CreateTempSymbol(); - LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad); - LP.ClauseLabels.push_back(ClauseLabel); - return ClauseLabel; -} - void MachineModuleInfo::addSEHCatchHandler(MachineBasicBlock *LandingPad, const Function *Filter, const BlockAddress *RecoverBA) { |