]> granicus.if.org Git - clang/commitdiff
Format. Thanks David for pointing it out.
authorManman Ren <manman.ren@gmail.com>
Wed, 28 Aug 2013 21:46:36 +0000 (21:46 +0000)
committerManman Ren <manman.ren@gmail.com>
Wed, 28 Aug 2013 21:46:36 +0000 (21:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@189521 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDebugInfo.cpp

index 6b20b8fa67312725335315b72c8bba0ad723d6e0..42e648d79cfa39d029c1d4463b67fb7c4faaadd7 100644 (file)
@@ -1862,7 +1862,7 @@ llvm::DIType CGDebugInfo::CreateType(const AtomicType *Ty,
 }
 
 /// CreateEnumType - get enumeration type.
-llvm::DIType CGDebugInfo::CreateEnumType(const EnumTypeTy) {
+llvm::DIType CGDebugInfo::CreateEnumType(const EnumType *Ty) {
   const EnumDecl *ED = Ty->getDecl();
   uint64_t Size = 0;
   uint64_t Align = 0;