diff options
author | Francois Pichet <pichet2000@gmail.com> | 2010-12-08 22:35:30 +0000 |
---|---|---|
committer | Francois Pichet <pichet2000@gmail.com> | 2010-12-08 22:35:30 +0000 |
commit | f187237d916afa97c491ac32fe98be7d335c5b63 (patch) | |
tree | 28daf88fb8a7b6fdfffc1716162497acdcedb831 /lib/CodeGen/Mangle.cpp | |
parent | 259461d46a4f9505e1b609b0d4a25e1d54b39f79 (diff) |
Remove the TypesCompatibleExprClass AST node. Merge its functionality into BinaryTypeTraitExpr.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@121298 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/Mangle.cpp')
-rw-r--r-- | lib/CodeGen/Mangle.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/Mangle.cpp b/lib/CodeGen/Mangle.cpp index b95573227b..026f6ba3ff 100644 --- a/lib/CodeGen/Mangle.cpp +++ b/lib/CodeGen/Mangle.cpp @@ -1662,7 +1662,6 @@ void CXXNameMangler::mangleExpression(const Expr *E, unsigned Arity) { case Expr::PredefinedExprClass: case Expr::ShuffleVectorExprClass: case Expr::StmtExprClass: - case Expr::TypesCompatibleExprClass: case Expr::UnaryTypeTraitExprClass: case Expr::BinaryTypeTraitExprClass: case Expr::VAArgExprClass: |