summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2009-11-07 01:19:37 +0000
committerAnders Carlsson <andersca@mac.com>2009-11-07 01:19:37 +0000
commit3d888e45483ecf3a78d49533251adda6290427bf (patch)
treed531e5771564e011cae6691947a9e07a42bac148 /clang/lib/CodeGen/CGDebugInfo.cpp
parent3467dcb12de53758e1a6a74ad4e43e56c63f90ca (diff)
downloadbcm5719-llvm-3d888e45483ecf3a78d49533251adda6290427bf.tar.gz
bcm5719-llvm-3d888e45483ecf3a78d49533251adda6290427bf.zip
Revert r86315 and add Type::FixedWidthInt to the FIXME cases.
llvm-svn: 86320
Diffstat (limited to 'clang/lib/CodeGen/CGDebugInfo.cpp')
-rw-r--r--clang/lib/CodeGen/CGDebugInfo.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp
index 1a8d643fd3c..e2da3998c80 100644
--- a/clang/lib/CodeGen/CGDebugInfo.cpp
+++ b/clang/lib/CodeGen/CGDebugInfo.cpp
@@ -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);
OpenPOWER on IntegriCloud