diff options
Diffstat (limited to 'contrib/llvm/lib/CodeGen/MachineModuleInfo.cpp')
| -rw-r--r-- | contrib/llvm/lib/CodeGen/MachineModuleInfo.cpp | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/llvm/lib/CodeGen/MachineModuleInfo.cpp b/contrib/llvm/lib/CodeGen/MachineModuleInfo.cpp index 1956a701d8e6..244e3fbc4e8f 100644 --- a/contrib/llvm/lib/CodeGen/MachineModuleInfo.cpp +++ b/contrib/llvm/lib/CodeGen/MachineModuleInfo.cpp @@ -396,7 +396,8 @@ void MachineModuleInfo::TidyLandingPads(DenseMap<MCSymbol*, uintptr_t> *LPMap) {        LandingPad.BeginLabels.erase(LandingPad.BeginLabels.begin() + j);        LandingPad.EndLabels.erase(LandingPad.EndLabels.begin() + j); -      --j, --e; +      --j; +      --e;      }      // Remove landing pads with no try-ranges.  | 
