diff options
| author | Tony Linthicum <tlinth@codeaurora.org> | 2011-12-12 21:14:55 +0000 |
|---|---|---|
| committer | Tony Linthicum <tlinth@codeaurora.org> | 2011-12-12 21:14:55 +0000 |
| commit | 76329bf83f1ffe97a25ed1726cac709a9ae66d71 (patch) | |
| tree | 7ab3912397ebe3b7b0b5f98c45975689b7296f02 /clang/lib/CodeGen/CodeGenFunction.h | |
| parent | 1213a7a57fdcb6c875b3f79103fc96d3e9d30b40 (diff) | |
| download | bcm5719-llvm-76329bf83f1ffe97a25ed1726cac709a9ae66d71.tar.gz bcm5719-llvm-76329bf83f1ffe97a25ed1726cac709a9ae66d71.zip | |
Hexagon backend support
llvm-svn: 146413
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
| -rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index abd86f7c4ec..f6b05c8c0fe 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -2206,6 +2206,7 @@ public: llvm::Value *BuildVector(const SmallVectorImpl<llvm::Value*> &Ops); llvm::Value *EmitX86BuiltinExpr(unsigned BuiltinID, const CallExpr *E); + llvm::Value *EmitHexagonBuiltinExpr(unsigned BuiltinID, const CallExpr *E); llvm::Value *EmitPPCBuiltinExpr(unsigned BuiltinID, const CallExpr *E); llvm::Value *EmitObjCProtocolExpr(const ObjCProtocolExpr *E); |

