diff options
author | Reid Kleckner <rnk@google.com> | 2019-12-04 14:50:06 -0800 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2019-12-04 14:50:06 -0800 |
commit | 33f6d465d790ac5c9b949e6bc05127d356212079 (patch) | |
tree | 99508efd07e3db1d9d326e7e0f7af23aaf1ed0c0 /clang/lib/CodeGen/CodeGenFunction.h | |
parent | 9c29aed6980dce42f2a071db09663c435ac21ad1 (diff) | |
download | bcm5719-llvm-33f6d465d790ac5c9b949e6bc05127d356212079.tar.gz bcm5719-llvm-33f6d465d790ac5c9b949e6bc05127d356212079.zip |
Revert "[OpenMP50] Add parallel master construct, by Chi Chun Chen."
This reverts commit 713dab21e27c987b9114547ce7136bac2e775de9.
Tests do not pass on Windows.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index ce819e6a363..7a2627ccf58 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -3145,7 +3145,6 @@ public: void EmitOMPParallelForDirective(const OMPParallelForDirective &S); void EmitOMPParallelForSimdDirective(const OMPParallelForSimdDirective &S); void EmitOMPParallelSectionsDirective(const OMPParallelSectionsDirective &S); - void EmitOMPParallelMasterDirective(const OMPParallelMasterDirective &S); void EmitOMPTaskDirective(const OMPTaskDirective &S); void EmitOMPTaskyieldDirective(const OMPTaskyieldDirective &S); void EmitOMPBarrierDirective(const OMPBarrierDirective &S); |