projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c9ba7b
)
Reformatting accidentally left out of r219057
author
David Blaikie
<dblaikie@gmail.com>
Sat, 4 Oct 2014 16:00:26 +0000
(16:00 +0000)
committer
David Blaikie
<dblaikie@gmail.com>
Sat, 4 Oct 2014 16:00:26 +0000
(16:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219059
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
index 4184a0f021a9237c150d8f6a5865f827f1451492..32718b2cd270795ba04b5fcafa42783d33c732cb 100644
(file)
--- a/
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
+++ b/
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
@@
-50,7
+50,8
@@
void DwarfCompileUnit::addLocalLabelAddress(DIE &Die,
: new (DIEValueAllocator) DIEInteger(0));
}
-unsigned DwarfCompileUnit::getOrCreateSourceID(StringRef FileName, StringRef DirName) {
+unsigned DwarfCompileUnit::getOrCreateSourceID(StringRef FileName,
+ StringRef DirName) {
// If we print assembly, we can't separate .file entries according to
// compile units. Thus all files will belong to the default compile unit.