]> granicus.if.org Git - clang/commitdiff
Reflow slightly.
authorEric Christopher <echristo@gmail.com>
Tue, 15 Oct 2013 21:22:34 +0000 (21:22 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 15 Oct 2013 21:22:34 +0000 (21:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@192736 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDebugInfo.cpp

index 8bca975bbdb97e635cd984090b50cc42cf12b6c7..8cc6cf3dc2a037f0aa24affbd15fd228c595e2ac 100644 (file)
@@ -2213,8 +2213,8 @@ llvm::DICompositeType CGDebugInfo::CreateLimitedType(const RecordType *Ty) {
   unsigned Line = getLineNumber(RD->getLocation());
   StringRef RDName = getClassName(RD);
 
-  llvm::DIDescriptor RDContext;
-  RDContext = getContextDescriptor(cast<Decl>(RD->getDeclContext()));
+  llvm::DIDescriptor RDContext =
+      getContextDescriptor(cast<Decl>(RD->getDeclContext()));
 
   // If we ended up creating the type during the context chain construction,
   // just return that.