summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-08-21 03:01:12 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-08-21 03:01:12 +0000
commitb1d94a98dda5bccecd54b2a5254f64e450dd7189 (patch)
tree57e1bcdb5802378ab19646f0346e714cf98e993e /clang/lib/CodeGen/CodeGenFunction.h
parent93b00a98a324b7b6debe03f71b741d094fe05d64 (diff)
downloadbcm5719-llvm-b1d94a98dda5bccecd54b2a5254f64e450dd7189.tar.gz
bcm5719-llvm-b1d94a98dda5bccecd54b2a5254f64e450dd7189.zip
IRgen: Eliminate EmitPredefinedFunctionName(), it doesn't need to be factored out.
llvm-svn: 111715
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index 726b7ed284e..8c5c380c22d 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -1349,7 +1349,6 @@ public:
LValue EmitDeclRefLValue(const DeclRefExpr *E);
LValue EmitStringLiteralLValue(const StringLiteral *E);
LValue EmitObjCEncodeExprLValue(const ObjCEncodeExpr *E);
- LValue EmitPredefinedFunctionName(unsigned Type);
LValue EmitPredefinedLValue(const PredefinedExpr *E);
LValue EmitUnaryOpLValue(const UnaryOperator *E);
LValue EmitArraySubscriptExpr(const ArraySubscriptExpr *E);
OpenPOWER on IntegriCloud