]> granicus.if.org Git - clang/commitdiff
Revert r86315 and add Type::FixedWidthInt to the FIXME cases.
authorAnders Carlsson <andersca@mac.com>
Sat, 7 Nov 2009 01:19:37 +0000 (01:19 +0000)
committerAnders Carlsson <andersca@mac.com>
Sat, 7 Nov 2009 01:19:37 +0000 (01:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86320 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDebugInfo.cpp

index 1a8d643fd3c48f83e075688b1cc1ba8e3f4c7121..e2da3998c80b53e38d9a0746eadeaec490f3bdc8 100644 (file)
@@ -854,8 +854,10 @@ llvm::DIType CGDebugInfo::CreateTypeNode(QualType Ty,
   // FIXME: Handle these.
   case Type::ExtVector:
   case Type::Vector:
+  case Type::FixedWidthInt:
     return llvm::DIType();
   default:
+    assert(false && "Unhandled type class!");
     return llvm::DIType();
   case Type::ObjCObjectPointer:
     return CreateType(cast<ObjCObjectPointerType>(Ty), Unit);