diff options
author | Chris Lattner <sabre@nondot.org> | 2010-03-03 19:03:45 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-03-03 19:03:45 +0000 |
commit | 2752c0137d95aa2f4ee1cdff4b564bac842e041b (patch) | |
tree | adfe7d8f25bdb1a4dfe2a5f2120c45da5fd86533 /lib/CodeGen/CodeGenFunction.h | |
parent | 792bea97c42dabffce457cc79f6bfede9ed21712 (diff) |
add framework for ARM builtins, Patch by Edmund Grimley Evans!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97656 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index d582c0def3..88d6413300 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -1122,6 +1122,7 @@ public: /// is unhandled by the current target. llvm::Value *EmitTargetBuiltinExpr(unsigned BuiltinID, const CallExpr *E); + llvm::Value *EmitARMBuiltinExpr(unsigned BuiltinID, const CallExpr *E); llvm::Value *EmitX86BuiltinExpr(unsigned BuiltinID, const CallExpr *E); llvm::Value *EmitPPCBuiltinExpr(unsigned BuiltinID, const CallExpr *E); |