summaryrefslogtreecommitdiffstats
path: root/clang/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
commit56f008d538ba29cbc7118f6412e607323964e5e5 (patch)
treea19e845bdf186fab071fae3d0804b6c9e44bb1a1 /clang/lib/CodeGen/CodeGenFunction.h
parentab175461007fd0c2004cbe1666f190825c47a3dc (diff)
downloadbcm5719-llvm-56f008d538ba29cbc7118f6412e607323964e5e5.tar.gz
bcm5719-llvm-56f008d538ba29cbc7118f6412e607323964e5e5.zip
Add R600 builtin codegen.
llvm-svn: 211631
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index 1ce89642ff0..e859a54118e 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/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);
OpenPOWER on IntegriCloud