diff options
Diffstat (limited to 'lib/CodeGen/DwarfWriter.cpp')
| -rw-r--r-- | lib/CodeGen/DwarfWriter.cpp | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/lib/CodeGen/DwarfWriter.cpp b/lib/CodeGen/DwarfWriter.cpp index 2d0a114..cf46413 100644 --- a/lib/CodeGen/DwarfWriter.cpp +++ b/lib/CodeGen/DwarfWriter.cpp @@ -3512,9 +3512,7 @@ public:          shouldEmitTable = true;        // See if we need frame move info. -      if ((MMI->hasDebugInfo() && TAI->doesDebugInfoRequireFrameMoveInfo()) ||  -          !MF->getFunction()->doesNotThrow() || -          UnwindTablesMandatory) +      if (!MF->getFunction()->doesNotThrow() || UnwindTablesMandatory)          shouldEmitMoves = true;        if (shouldEmitMoves || shouldEmitTable) | 
