Fix indentation.

llvm-svn: 220216
This commit is contained in:
David Blaikie 2014-10-20 17:42:23 +00:00
parent 23a0739161
commit 7550b114b1
1 changed files with 1 additions and 1 deletions

View File

@ -3191,7 +3191,7 @@ void CGDebugInfo::EmitGlobalVariable(llvm::GlobalVariable *Var,
assert(RD->isAnonymousStructOrUnion() && "unnamed non-anonymous struct or union?");
GV = CollectAnonRecordDecls(RD, Unit, LineNo, LinkageName, Var, DContext);
} else {
GV = DBuilder.createGlobalVariable(
GV = DBuilder.createGlobalVariable(
DContext, DeclName, LinkageName, Unit, LineNo, getOrCreateType(T, Unit),
Var->hasInternalLinkage(), Var,
getOrCreateStaticDataMemberDeclarationOrNull(D));