diff options
author | Manman Ren <manman.ren@gmail.com> | 2013-08-28 21:46:36 +0000 |
---|---|---|
committer | Manman Ren <manman.ren@gmail.com> | 2013-08-28 21:46:36 +0000 |
commit | 501ecf9fac4c7ec24081e930f53363295c2709c1 (patch) | |
tree | 3ddd39517a16a5469ceaf88903a9cc4a4e036bd8 /clang/lib/CodeGen/CGDebugInfo.cpp | |
parent | 7dd7143a2bd4a596a9cd4a6872430e5d60cf9e47 (diff) | |
download | bcm5719-llvm-501ecf9fac4c7ec24081e930f53363295c2709c1.tar.gz bcm5719-llvm-501ecf9fac4c7ec24081e930f53363295c2709c1.zip |
Format. Thanks David for pointing it out.
llvm-svn: 189521
Diffstat (limited to 'clang/lib/CodeGen/CGDebugInfo.cpp')
-rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp index 6b20b8fa673..42e648d79cf 100644 --- a/clang/lib/CodeGen/CGDebugInfo.cpp +++ b/clang/lib/CodeGen/CGDebugInfo.cpp @@ -1862,7 +1862,7 @@ llvm::DIType CGDebugInfo::CreateType(const AtomicType *Ty, } /// CreateEnumType - get enumeration type. -llvm::DIType CGDebugInfo::CreateEnumType(const EnumType* Ty) { +llvm::DIType CGDebugInfo::CreateEnumType(const EnumType *Ty) { const EnumDecl *ED = Ty->getDecl(); uint64_t Size = 0; uint64_t Align = 0; |