diff options
author | Eric Christopher <echristo@gmail.com> | 2013-10-15 21:22:34 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-10-15 21:22:34 +0000 |
commit | 07429ffce5f000f74985885acb86bd287fdad1c3 (patch) | |
tree | 29b994a508cbc4931025d1f17a1f185f2757a174 | |
parent | f01c390d8722bc93f7d69ace5e4b47253b7fe809 (diff) | |
download | bcm5719-llvm-07429ffce5f000f74985885acb86bd287fdad1c3.tar.gz bcm5719-llvm-07429ffce5f000f74985885acb86bd287fdad1c3.zip |
Reflow slightly.
llvm-svn: 192736
-rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp index 8bca975bbdb..8cc6cf3dc2a 100644 --- a/clang/lib/CodeGen/CGDebugInfo.cpp +++ b/clang/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<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. |