diff options
author | Alexey Bataev <a.bataev@hotmail.com> | 2014-07-18 07:47:19 +0000 |
---|---|---|
committer | Alexey Bataev <a.bataev@hotmail.com> | 2014-07-18 07:47:19 +0000 |
commit | 68446b72530b7b8badf295a350de43265dbec06a (patch) | |
tree | a4c0e485fde8c4ef174df6e53e7f1cf9b4a8cfb9 /clang/lib/CodeGen/CodeGenFunction.h | |
parent | 05c30880b6590bc7ca7ead689d2124994f795ffe (diff) | |
download | bcm5719-llvm-68446b72530b7b8badf295a350de43265dbec06a.tar.gz bcm5719-llvm-68446b72530b7b8badf295a350de43265dbec06a.zip |
[OPENMP] Initial parsing and sema analysis of 'taskyield' directive.
llvm-svn: 213355
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 f7a91686e39..3dc30d3963a 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -1931,6 +1931,7 @@ public: void EmitOMPParallelForDirective(const OMPParallelForDirective &S); void EmitOMPParallelSectionsDirective(const OMPParallelSectionsDirective &S); void EmitOMPTaskDirective(const OMPTaskDirective &S); + void EmitOMPTaskyieldDirective(const OMPTaskyieldDirective &S); //===--------------------------------------------------------------------===// // LValue Expression Emission |