diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-04-22 06:50:37 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-04-22 06:50:37 +0000 |
| commit | ad8f750f71d5636abc134224e548f239a3f5d06d (patch) | |
| tree | c0c53f751a683e12cb509f7a2bce92baefe9a608 /clang/lib/CodeGen | |
| parent | 587cbe1ef291241925fa547d89b00e175fc329af (diff) | |
| download | bcm5719-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.cpp | 1 | ||||
| -rw-r--r-- | clang/lib/CodeGen/CodeGenTypes.cpp | 1 |
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()); |

