diff options
| author | David Blaikie <dblaikie@gmail.com> | 2014-10-20 17:42:23 +0000 |
|---|---|---|
| committer | David Blaikie <dblaikie@gmail.com> | 2014-10-20 17:42:23 +0000 |
| commit | 7550b114b11bc868c36be493eda43fe821c1edea (patch) | |
| tree | b089be8b7e516333bd3fc58d0073cbc7e6dcf28c /clang/lib/CodeGen | |
| parent | 23a0739161db5ddf398461c9e3293ce7bdd606bf (diff) | |
| download | bcm5719-llvm-7550b114b11bc868c36be493eda43fe821c1edea.tar.gz bcm5719-llvm-7550b114b11bc868c36be493eda43fe821c1edea.zip | |
Fix indentation.
llvm-svn: 220216
Diffstat (limited to 'clang/lib/CodeGen')
| -rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp index 732071f29af..cb3d45babc2 100644 --- a/clang/lib/CodeGen/CGDebugInfo.cpp +++ b/clang/lib/CodeGen/CGDebugInfo.cpp @@ -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)); |

