aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/Mangle.cpp
diff options
context:
space:
mode:
authorSean Hunt <scshunt@csclub.uwaterloo.ca>2010-08-30 17:47:05 +0000
committerSean Hunt <scshunt@csclub.uwaterloo.ca>2010-08-30 17:47:05 +0000
commit6cf750298d3621d8a10a6dd07fcee8e274b9d94d (patch)
tree2d4b62e04dd3a48b65398bcc56ecc383719fdad8 /lib/CodeGen/Mangle.cpp
parent4a551000bee716ac8b1bbe16134a53f0ad221a5a (diff)
Revert my user-defined literal commits - r1124{58,60,67} pending
some issues being sorted out. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112493 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/Mangle.cpp')
-rw-r--r--lib/CodeGen/Mangle.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/Mangle.cpp b/lib/CodeGen/Mangle.cpp
index 51b07a1327..c06b4fc699 100644
--- a/lib/CodeGen/Mangle.cpp
+++ b/lib/CodeGen/Mangle.cpp
@@ -1634,7 +1634,6 @@ void CXXNameMangler::mangleExpression(const Expr *E, unsigned Arity) {
break;
case Expr::CXXMemberCallExprClass: // fallthrough
- case Expr::UDLiteralExprClass:
case Expr::CallExprClass: {
const CallExpr *CE = cast<CallExpr>(E);
Out << "cl";