From 2df347ad96350cc4f0761db412608193703a46c7 Mon Sep 17 00:00:00 2001 From: Alexey Bataev Date: Fri, 18 Jul 2014 10:17:07 +0000 Subject: [OPENMP] Initial parsing and sema analysis for 'taskwait' directive. llvm-svn: 213363 --- clang/lib/CodeGen/CodeGenFunction.h | 1 + 1 file changed, 1 insertion(+) (limited to 'clang/lib/CodeGen/CodeGenFunction.h') diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index f0541f5bf1b..3692b0203f4 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -1933,6 +1933,7 @@ public: void EmitOMPTaskDirective(const OMPTaskDirective &S); void EmitOMPTaskyieldDirective(const OMPTaskyieldDirective &S); void EmitOMPBarrierDirective(const OMPBarrierDirective &S); + void EmitOMPTaskwaitDirective(const OMPTaskwaitDirective &S); //===--------------------------------------------------------------------===// // LValue Expression Emission -- cgit v1.2.3