summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/Mangle.cpp
diff options
context:
space:
mode:
authorFrancois Pichet <pichet2000@gmail.com>2010-12-08 22:35:30 +0000
committerFrancois Pichet <pichet2000@gmail.com>2010-12-08 22:35:30 +0000
commit34b2113250b62bafdd2874745b1434394b905b3f (patch)
tree3416fce94f3ecdeb2713e8e0235884748e260562 /clang/lib/CodeGen/Mangle.cpp
parentc3b0b10708690b5fd23d14539f297b0559ba73e5 (diff)
downloadbcm5719-llvm-34b2113250b62bafdd2874745b1434394b905b3f.tar.gz
bcm5719-llvm-34b2113250b62bafdd2874745b1434394b905b3f.zip
Remove the TypesCompatibleExprClass AST node. Merge its functionality into BinaryTypeTraitExpr.
llvm-svn: 121298
Diffstat (limited to 'clang/lib/CodeGen/Mangle.cpp')
-rw-r--r--clang/lib/CodeGen/Mangle.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/Mangle.cpp b/clang/lib/CodeGen/Mangle.cpp
index b95573227b6..026f6ba3ff4 100644
--- a/clang/lib/CodeGen/Mangle.cpp
+++ b/clang/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:
OpenPOWER on IntegriCloud