diff --git a/lib/CodeGen/DwarfWriter.cpp b/lib/CodeGen/DwarfWriter.cpp index e9988743a50..073cb4a31a1 100644 --- a/lib/CodeGen/DwarfWriter.cpp +++ b/lib/CodeGen/DwarfWriter.cpp @@ -3098,10 +3098,9 @@ private: unsigned BeginLabel = MI->getOperand(0).getImmedValue(); assert(BeginLabel && "Invalid label!"); - if (BeginLabel == LastLabel) { + + if (BeginLabel == LastLabel) MayThrow = false; - continue; - } RangeMapType::iterator L = PadMap.find(BeginLabel);