diff options
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp b/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp index 989f19cb0ad..58f3aa50665 100644 --- a/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp @@ -1368,6 +1368,7 @@ void AsmPrinter::processDebugLoc(const MachineInstr *MI,  	  unsigned L = DW->RecordSourceLine(CurDLT.Line, CurDLT.Col,  	  				    CurDLT.Scope);            printLabel(L); +          O << '\n';  #ifdef ATTACH_DEBUG_INFO_TO_AN_INSN            DW->SetDbgScopeBeginLabels(MI, L);  #endif | 

