summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2019-10-10 20:13:02 +0000
committerAlexey Bataev <a.bataev@hotmail.com>2019-10-10 20:13:02 +0000
commit60e51c48033c5d6cfc7aa8e07d1143971e24261a (patch)
tree5ad12f1dc5c1e9ec65a17839606ed3278055f9e7 /clang/lib/CodeGen/CodeGenFunction.h
parent8dd16ed0c8d70e169544fd3e3732203aed55a806 (diff)
downloadbcm5719-llvm-60e51c48033c5d6cfc7aa8e07d1143971e24261a.tar.gz
bcm5719-llvm-60e51c48033c5d6cfc7aa8e07d1143971e24261a.zip
[OPENMP50]Support for 'master taskloop' directive.
Added full support for master taskloop directive. llvm-svn: 374437
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 ef16cd38007..ea78309a069 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -3160,6 +3160,7 @@ public:
void EmitOMPTaskLoopBasedDirective(const OMPLoopDirective &S);
void EmitOMPTaskLoopDirective(const OMPTaskLoopDirective &S);
void EmitOMPTaskLoopSimdDirective(const OMPTaskLoopSimdDirective &S);
+ void EmitOMPMasterTaskLoopDirective(const OMPMasterTaskLoopDirective &S);
void EmitOMPDistributeDirective(const OMPDistributeDirective &S);
void EmitOMPDistributeParallelForDirective(
const OMPDistributeParallelForDirective &S);
OpenPOWER on IntegriCloud