Add '*' to auto variable that is a pointer, as per the coding conventions.

llvm-svn: 221033
This commit is contained in:
David Blaikie 2014-11-01 01:03:39 +00:00
parent d5336ae269
commit bbad0bbb2f
1 changed files with 1 additions and 1 deletions

View File

@ -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();