aboutsummaryrefslogtreecommitdiff
path: root/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2007-08-20 18:05:56 +0000
committerAnders Carlsson <andersca@mac.com>2007-08-20 18:05:56 +0000
commit022012e6e5626c3372e1a5493c0929dfc1fa9e47 (patch)
treeca34cd2689ee442ced8344ab5f1441e8427e037d /CodeGen/CodeGenFunction.h
parentf8f9517d7d027ad04e6a59cf2d70a21bf8f47b0c (diff)
Add support for code generation of builtins.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41188 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CodeGen/CodeGenFunction.h')
-rw-r--r--CodeGen/CodeGenFunction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/CodeGen/CodeGenFunction.h b/CodeGen/CodeGenFunction.h
index 314896a874..5f78a33738 100644
--- a/CodeGen/CodeGenFunction.h
+++ b/CodeGen/CodeGenFunction.h
@@ -352,6 +352,7 @@ public:
RValue EmitCastExpr(const Expr *Op, QualType DestTy);
RValue EmitCallExpr(const CallExpr *E);
+ RValue EmitBuiltinExpr(unsigned builtinID, const CallExpr *E);
RValue EmitArraySubscriptExprRV(const ArraySubscriptExpr *E);
// Unary Operators.