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 | 068360e16fa4504a6fb80affebae5c5713629a96 (patch) | |
tree | 73965a02401f27ee14a26f869428000beed5cd59 /lib/CodeGen/CGDebugInfo.cpp | |
parent | c6fa4450b827d1e3674494fc9659eae006a86b49 (diff) |
ObjCQualifiedClass is dead, remove it.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69783 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGDebugInfo.cpp')
-rw-r--r-- | lib/CodeGen/CGDebugInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/CGDebugInfo.cpp b/lib/CodeGen/CGDebugInfo.cpp index 1c6043b7d6..ae8214e24a 100644 --- a/lib/CodeGen/CGDebugInfo.cpp +++ b/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(); |