mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-22 10:24:26 +00:00
Missing reformatting
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219413 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -451,7 +451,7 @@ DwarfCompileUnit::constructInlinedScopeDIE(LexicalScope *Scope) {
|
|||||||
// Add the call site information to the DIE.
|
// Add the call site information to the DIE.
|
||||||
DILocation DL(Scope->getInlinedAt());
|
DILocation DL(Scope->getInlinedAt());
|
||||||
addUInt(*ScopeDIE, dwarf::DW_AT_call_file, None,
|
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());
|
addUInt(*ScopeDIE, dwarf::DW_AT_call_line, None, DL.getLineNumber());
|
||||||
|
|
||||||
// Add name to the name table, we do this here because we're guaranteed
|
// Add name to the name table, we do this here because we're guaranteed
|
||||||
|
Reference in New Issue
Block a user