From: Eric Christopher Date: Tue, 15 Oct 2013 21:22:34 +0000 (+0000) Subject: Reflow slightly. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=89fecb519558eed4cf9e8375af62c10367ed18ba;p=clang Reflow slightly. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@192736 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGDebugInfo.cpp b/lib/CodeGen/CGDebugInfo.cpp index 8bca975bbd..8cc6cf3dc2 100644 --- a/lib/CodeGen/CGDebugInfo.cpp +++ b/lib/CodeGen/CGDebugInfo.cpp @@ -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(RD->getDeclContext())); + llvm::DIDescriptor RDContext = + getContextDescriptor(cast(RD->getDeclContext())); // If we ended up creating the type during the context chain construction, // just return that.