summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGExprAgg.cpp
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2011-11-07 05:09:54 +0000
committerJohn McCall <rjmccall@apple.com>2011-11-07 05:09:54 +0000
commitffc8ca2d84560774a322c2e77c3f083c2d0c386b (patch)
tree4ae28f064f4a8eecb80edae9966f5440ec19c6a0 /clang/lib/CodeGen/CGExprAgg.cpp
parent80815600487aa8194187b9a30efd27e79d8ef37c (diff)
downloadbcm5719-llvm-ffc8ca2d84560774a322c2e77c3f083c2d0c386b.tar.gz
bcm5719-llvm-ffc8ca2d84560774a322c2e77c3f083c2d0c386b.zip
Rip out CK_GetObjCProperty.
llvm-svn: 143910
Diffstat (limited to 'clang/lib/CodeGen/CGExprAgg.cpp')
-rw-r--r--clang/lib/CodeGen/CGExprAgg.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CGExprAgg.cpp b/clang/lib/CodeGen/CGExprAgg.cpp
index cbb5dfee0db..0fda6659635 100644
--- a/clang/lib/CodeGen/CGExprAgg.cpp
+++ b/clang/lib/CodeGen/CGExprAgg.cpp
@@ -333,8 +333,6 @@ void AggExprEmitter::VisitCastExpr(CastExpr *E) {
"should have been unpacked before we got here");
}
- case CK_GetObjCProperty: llvm_unreachable("GetObjCProperty!");
-
case CK_LValueToRValue: // hope for downstream optimization
case CK_NoOp:
case CK_UserDefinedConversion:
OpenPOWER on IntegriCloud