aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGExprConstant.cpp
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2011-04-11 02:03:26 +0000
committerAnders Carlsson <andersca@mac.com>2011-04-11 02:03:26 +0000
commit575b374fdbfc2c2224fd3047ac11ffc4b8db9ae5 (patch)
tree18d07d74d7989eb83d46a9be809720278985b07c /lib/CodeGen/CGExprConstant.cpp
parent3ddcdd5d6c88902d24baa9e6bb240a3da88e68d4 (diff)
Remove CK_DynamicToNull.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129265 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGExprConstant.cpp')
-rw-r--r--lib/CodeGen/CGExprConstant.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/CGExprConstant.cpp b/lib/CodeGen/CGExprConstant.cpp
index 578a37f0fc..822a999b96 100644
--- a/lib/CodeGen/CGExprConstant.cpp
+++ b/lib/CodeGen/CGExprConstant.cpp
@@ -552,7 +552,6 @@ public:
case CK_GetObjCProperty:
case CK_ToVoid:
case CK_Dynamic:
- case CK_DynamicToNull:
case CK_ResolveUnknownAnyType:
return 0;