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:
9657de5
)
Add '*' to auto variable that is a pointer, as per the coding conventions.
author
David Blaikie
<dblaikie@gmail.com>
Sat, 1 Nov 2014 01:03:39 +0000
(
01:03
+0000)
committer
David Blaikie
<dblaikie@gmail.com>
Sat, 1 Nov 2014 01:03:39 +0000
(
01:03
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221033
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index
de5ffed
..
decc434
100644
(file)
--- a/
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@
-1579,7
+1579,7
@@
void DwarfDebug::emitDebugPubSection(
if (Globals.empty())
continue;
- if (auto Skeleton = TheU->getSkeleton())
+ if (auto
*
Skeleton = TheU->getSkeleton())
TheU = Skeleton;
unsigned ID = TheU->getUniqueID();