From b7bd14fa08d68da7936b97b03912026ec06cb830 Mon Sep 17 00:00:00 2001 From: John McCall Date: Thu, 2 Dec 2010 01:19:52 +0000 Subject: Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPropertyRefExpr into the latter. llvm-svn: 120643 --- clang/lib/CodeGen/Mangle.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'clang/lib/CodeGen/Mangle.cpp') diff --git a/clang/lib/CodeGen/Mangle.cpp b/clang/lib/CodeGen/Mangle.cpp index e9c51e8479f..0d4cebf7d5c 100644 --- a/clang/lib/CodeGen/Mangle.cpp +++ b/clang/lib/CodeGen/Mangle.cpp @@ -1651,7 +1651,6 @@ void CXXNameMangler::mangleExpression(const Expr *E, unsigned Arity) { case Expr::CompoundLiteralExprClass: case Expr::ExtVectorElementExprClass: case Expr::ObjCEncodeExprClass: - case Expr::ObjCImplicitSetterGetterRefExprClass: case Expr::ObjCIsaExprClass: case Expr::ObjCIvarRefExprClass: case Expr::ObjCMessageExprClass: -- cgit v1.2.3