From 89fecb519558eed4cf9e8375af62c10367ed18ba Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Tue, 15 Oct 2013 21:22:34 +0000 Subject: [PATCH] Reflow slightly. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@192736 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CGDebugInfo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.40.0