diff options
Diffstat (limited to 'lib/CodeGen/MachineModuleInfo.cpp')
| -rw-r--r-- | lib/CodeGen/MachineModuleInfo.cpp | 8 | 
1 files changed, 0 insertions, 8 deletions
| diff --git a/lib/CodeGen/MachineModuleInfo.cpp b/lib/CodeGen/MachineModuleInfo.cpp index 32d511285eb2..baad411e2c5b 100644 --- a/lib/CodeGen/MachineModuleInfo.cpp +++ b/lib/CodeGen/MachineModuleInfo.cpp @@ -452,14 +452,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; -} -  /// TidyLandingPads - Remap landing pad labels and remove any deleted landing  /// pads.  void MachineModuleInfo::TidyLandingPads(DenseMap<MCSymbol*, uintptr_t> *LPMap) { | 
