diff options
author | Steve Naroff <snaroff@apple.com> | 2009-07-18 15:33:26 +0000 |
---|---|---|
committer | Steve Naroff <snaroff@apple.com> | 2009-07-18 15:33:26 +0000 |
commit | c15cb2af27514ecc879daba9aa01389c5203685d (patch) | |
tree | 072dd33eca9d2903660f969e2cfcf5a5509d1da4 /lib/CodeGen/CGDebugInfo.cpp | |
parent | fb89cf05d388c789a07c74005ac473a4f952c069 (diff) |
Remove ObjCQualifiedInterfaceType:-)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76321 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 a5e4b2f3ad..f55998afe1 100644 --- a/lib/CodeGen/CGDebugInfo.cpp +++ b/lib/CodeGen/CGDebugInfo.cpp @@ -779,7 +779,6 @@ llvm::DIType CGDebugInfo::getOrCreateType(QualType Ty, return llvm::DIType(); case Type::ObjCObjectPointer: return Slot = CreateType(cast<ObjCObjectPointerType>(Ty), Unit); - case Type::ObjCQualifiedInterface: // Drop protocols from interface. case Type::ObjCInterface: return Slot = CreateType(cast<ObjCInterfaceType>(Ty), Unit); case Type::Builtin: return Slot = CreateType(cast<BuiltinType>(Ty), Unit); |