diff options
author | David Blaikie <dblaikie@gmail.com> | 2014-10-09 17:08:38 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2014-10-09 17:08:38 +0000 |
commit | a09bd0a15aea8eeb17bd9a83002da9ba75292d3c (patch) | |
tree | d4268689c49f69888362fe3cb41fc09025f79c62 /llvm/lib | |
parent | 7aafc4a5ff417dfbfdef4a667802525ed1f3651c (diff) | |
download | bcm5719-llvm-a09bd0a15aea8eeb17bd9a83002da9ba75292d3c.tar.gz bcm5719-llvm-a09bd0a15aea8eeb17bd9a83002da9ba75292d3c.zip |
Missing reformatting
llvm-svn: 219413
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp index 8537ccc8d19..6a2561387d9 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp @@ -451,7 +451,7 @@ DwarfCompileUnit::constructInlinedScopeDIE(LexicalScope *Scope) { // Add the call site information to the DIE. DILocation DL(Scope->getInlinedAt()); addUInt(*ScopeDIE, dwarf::DW_AT_call_file, None, - getOrCreateSourceID(DL.getFilename(), DL.getDirectory())); + getOrCreateSourceID(DL.getFilename(), DL.getDirectory())); addUInt(*ScopeDIE, dwarf::DW_AT_call_line, None, DL.getLineNumber()); // Add name to the name table, we do this here because we're guaranteed |