diff options
author | Eric Christopher <echristo@apple.com> | 2012-09-10 23:34:06 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-09-10 23:34:06 +0000 |
commit | 09e475091921aef0f1f1253f774689d00da78bf4 (patch) | |
tree | f37c25b8ea73199a79d60df7aeb1b7ddca858415 /lib | |
parent | 4984e01fd5d671db17fdbebcd84d618837ad13bf (diff) |
Revert r160148 it seems to cause more problems than it should
right now. We'll fix PR13303 a different way.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163570 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index cedeffe2f7..0fface1e3b 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp @@ -1425,7 +1425,7 @@ void DwarfDebug::beginFunction(const MachineFunction *MF) { MF->getFunction()->getContext()); recordSourceLine(FnStartDL.getLine(), FnStartDL.getCol(), FnStartDL.getScope(MF->getFunction()->getContext()), - DWARF2_LINE_DEFAULT_IS_STMT ? DWARF2_FLAG_IS_STMT : 0); + 0); } } |