diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2011-11-09 04:27:23 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2011-11-09 04:27:23 +0000 |
commit | 7b3819dfb88df33fdaba4d879044b2cdfeb0e0d2 (patch) | |
tree | 7f6fdeee876ba3e9987e71ca9222e07dcafcd288 /lib/CodeGen/CGDebugInfo.cpp | |
parent | d4c100e98d34e13fc6bd4f3a005533419f03a808 (diff) |
Reflow one line I missed in previous cleanup commit. No functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144168 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGDebugInfo.cpp')
-rw-r--r-- | lib/CodeGen/CGDebugInfo.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/CodeGen/CGDebugInfo.cpp b/lib/CodeGen/CGDebugInfo.cpp index 360516b24c..9fea92e2a0 100644 --- a/lib/CodeGen/CGDebugInfo.cpp +++ b/lib/CodeGen/CGDebugInfo.cpp @@ -1591,8 +1591,7 @@ llvm::DIType CGDebugInfo::getOrCreateType(QualType Ty, } /// CreateTypeNode - Create a new debug type node. -llvm::DIType CGDebugInfo::CreateTypeNode(QualType Ty, - llvm::DIFile Unit) { +llvm::DIType CGDebugInfo::CreateTypeNode(QualType Ty, llvm::DIFile Unit) { // Handle qualifiers, which recursively handles what they refer to. if (Ty.hasLocalQualifiers()) return CreateQualifiedType(Ty, Unit); |