r192736 - Reflow slightly.
Eric Christopher
echristo at gmail.com
Tue Oct 15 14:22:35 PDT 2013
Author: echristo
Date: Tue Oct 15 16:22:34 2013
New Revision: 192736
URL: http://llvm.org/viewvc/llvm-project?rev=192736&view=rev
Log:
Reflow slightly.
Modified:
cfe/trunk/lib/CodeGen/CGDebugInfo.cpp
Modified: cfe/trunk/lib/CodeGen/CGDebugInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGDebugInfo.cpp?rev=192736&r1=192735&r2=192736&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGDebugInfo.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGDebugInfo.cpp Tue Oct 15 16:22:34 2013
@@ -2213,8 +2213,8 @@ llvm::DICompositeType CGDebugInfo::Creat
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.
More information about the cfe-commits
mailing list