From 33f6d465d790ac5c9b949e6bc05127d356212079 Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Wed, 4 Dec 2019 14:50:06 -0800 Subject: Revert "[OpenMP50] Add parallel master construct, by Chi Chun Chen." This reverts commit 713dab21e27c987b9114547ce7136bac2e775de9. Tests do not pass on Windows. --- clang/lib/CodeGen/CodeGenFunction.h | 1 - 1 file changed, 1 deletion(-) (limited to 'clang/lib/CodeGen/CodeGenFunction.h') 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); -- cgit v1.2.3