aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGExprScalar.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/CGExprScalar.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/CGExprScalar.cpp')
-rw-r--r--lib/CodeGen/CGExprScalar.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/CodeGen/CGExprScalar.cpp b/lib/CodeGen/CGExprScalar.cpp
index 0680428e90..dd881350c6 100644
--- a/lib/CodeGen/CGExprScalar.cpp
+++ b/lib/CodeGen/CGExprScalar.cpp
@@ -210,9 +210,6 @@ public:
return CGF.EmitCallExpr(E).getScalarVal();
}
- Value *VisitUDLiteralExpr(const UDLiteralExpr *E) {
- return VisitCallExpr(E);
- }
Value *VisitStmtExpr(const StmtExpr *E);