diff options
author | John McCall <rjmccall@apple.com> | 2011-11-07 05:09:54 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2011-11-07 05:09:54 +0000 |
commit | ffc8ca2d84560774a322c2e77c3f083c2d0c386b (patch) | |
tree | 4ae28f064f4a8eecb80edae9966f5440ec19c6a0 /clang/lib/CodeGen/CGExprComplex.cpp | |
parent | 80815600487aa8194187b9a30efd27e79d8ef37c (diff) | |
download | bcm5719-llvm-ffc8ca2d84560774a322c2e77c3f083c2d0c386b.tar.gz bcm5719-llvm-ffc8ca2d84560774a322c2e77c3f083c2d0c386b.zip |
Rip out CK_GetObjCProperty.
llvm-svn: 143910
Diffstat (limited to 'clang/lib/CodeGen/CGExprComplex.cpp')
-rw-r--r-- | clang/lib/CodeGen/CGExprComplex.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGExprComplex.cpp b/clang/lib/CodeGen/CGExprComplex.cpp index 5cc30fe3c18..e62f9a620ea 100644 --- a/clang/lib/CodeGen/CGExprComplex.cpp +++ b/clang/lib/CodeGen/CGExprComplex.cpp @@ -355,7 +355,6 @@ ComplexPairTy ComplexExprEmitter::EmitCast(CastExpr::CastKind CK, Expr *Op, QualType DestTy) { switch (CK) { case CK_Dependent: llvm_unreachable("dependent cast kind in IR gen!"); - case CK_GetObjCProperty: llvm_unreachable("GetObjCProperty!"); case CK_NoOp: case CK_LValueToRValue: |