summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-04-22 06:50:37 +0000
committerChris Lattner <sabre@nondot.org>2009-04-22 06:50:37 +0000
commitad8f750f71d5636abc134224e548f239a3f5d06d (patch)
treec0c53f751a683e12cb509f7a2bce92baefe9a608 /clang/lib/CodeGen
parent587cbe1ef291241925fa547d89b00e175fc329af (diff)
downloadbcm5719-llvm-ad8f750f71d5636abc134224e548f239a3f5d06d.tar.gz
bcm5719-llvm-ad8f750f71d5636abc134224e548f239a3f5d06d.zip
ObjCQualifiedClass is dead, remove it.
llvm-svn: 69783
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r--clang/lib/CodeGen/CGDebugInfo.cpp1
-rw-r--r--clang/lib/CodeGen/CodeGenTypes.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp
index 1c6043b7d64..ae8214e24ab 100644
--- a/clang/lib/CodeGen/CGDebugInfo.cpp
+++ b/clang/lib/CodeGen/CGDebugInfo.cpp
@@ -582,7 +582,6 @@ llvm::DIType CGDebugInfo::getOrCreateType(QualType Ty,
case Type::MemberPointer:
case Type::TemplateSpecialization:
case Type::QualifiedName:
- case Type::ObjCQualifiedClass:
// Unsupported types
return llvm::DIType();
diff --git a/clang/lib/CodeGen/CodeGenTypes.cpp b/clang/lib/CodeGen/CodeGenTypes.cpp
index 5d98b453ac7..24f48859702 100644
--- a/clang/lib/CodeGen/CodeGenTypes.cpp
+++ b/clang/lib/CodeGen/CodeGenTypes.cpp
@@ -378,7 +378,6 @@ const llvm::Type *CodeGenTypes::ConvertNewType(QualType T) {
}
case Type::ObjCQualifiedId:
- case Type::ObjCQualifiedClass:
// Protocols don't influence the LLVM type.
return ConvertTypeRecursive(Context.getObjCIdType());
OpenPOWER on IntegriCloud