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 | 6aad6df4d16340cfc57b12fe2b7ba97eb3f025cf (patch) | |
| tree | af5d790301ac8697c67dad783ff7425c4c765e0c /clang/lib/CodeGen | |
| parent | 2219ef0b68db536a8606f9613a47e7d34abc3265 (diff) | |
| download | bcm5719-llvm-6aad6df4d16340cfc57b12fe2b7ba97eb3f025cf.tar.gz bcm5719-llvm-6aad6df4d16340cfc57b12fe2b7ba97eb3f025cf.zip | |
Reflow one line I missed in previous cleanup commit. No functionality change.
llvm-svn: 144168
Diffstat (limited to 'clang/lib/CodeGen')
| -rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp index 360516b24c5..9fea92e2a0f 100644 --- a/clang/lib/CodeGen/CGDebugInfo.cpp +++ b/clang/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); |

