summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2014-06-24 20:45:01 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2014-06-24 20:45:01 +0000
commit240288d24fc31b54fed809a894dd04f523e21579 (patch)
tree63e32bda5de995e4863da9cb241997e958f8c2e8 /lib/CodeGen/CodeGenFunction.h
parent07851204f9f379796d878ddb06c228cab02197bc (diff)
downloadclang-240288d24fc31b54fed809a894dd04f523e21579.tar.gz
clang-240288d24fc31b54fed809a894dd04f523e21579.tar.bz2
clang-240288d24fc31b54fed809a894dd04f523e21579.tar.xz
Add R600 builtin codegen.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211631 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r--lib/CodeGen/CodeGenFunction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h
index 1ce89642ff..e859a54118 100644
--- a/lib/CodeGen/CodeGenFunction.h
+++ b/lib/CodeGen/CodeGenFunction.h
@@ -2249,6 +2249,7 @@ public:
llvm::Value *BuildVector(ArrayRef<llvm::Value*> Ops);
llvm::Value *EmitX86BuiltinExpr(unsigned BuiltinID, const CallExpr *E);
llvm::Value *EmitPPCBuiltinExpr(unsigned BuiltinID, const CallExpr *E);
+ llvm::Value *EmitR600BuiltinExpr(unsigned BuiltinID, const CallExpr *E);
llvm::Value *EmitObjCProtocolExpr(const ObjCProtocolExpr *E);
llvm::Value *EmitObjCStringLiteral(const ObjCStringLiteral *E);