forked from OSchip/llvm-project
Revert r86315 and add Type::FixedWidthInt to the FIXME cases.
llvm-svn: 86320
This commit is contained in:
parent
3467dcb12d
commit
3d888e4548
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue