diff options
author | Anders Carlsson <andersca@mac.com> | 2009-02-12 00:39:25 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2009-02-12 00:39:25 +0000 |
commit | acfde805d644bc71dfeac54ddbc9f12cdae0bb02 (patch) | |
tree | 2a70e7b063d720b7cea7c823c87eec88e5fb9e77 /lib/CodeGen/CodeGenFunction.h | |
parent | fc7052d4a241ee6fc70afea7c1c9560147f0a49c (diff) |
Add support for generating block call expressions.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64346 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index 39f1c1d6ca..f6196fe64f 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -611,6 +611,8 @@ public: RValue EmitBuiltinExpr(unsigned BuiltinID, const CallExpr *E); + RValue EmitBlockCallExpr(const CallExpr *E); + /// EmitTargetBuiltinExpr - Emit the given builtin call. Returns 0 if the call /// is unhandled by the current target. llvm::Value *EmitTargetBuiltinExpr(unsigned BuiltinID, const CallExpr *E); |