From 4d1dfeabc969093847dce13a2c959c30544c79d2 Mon Sep 17 00:00:00 2001 From: Alexey Bataev Date: Fri, 18 Jul 2014 09:11:51 +0000 Subject: [OPENMP] Initial parsing and sema analysis for 'barrier' directive. llvm-svn: 213360 --- 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 3dc30d3963a..f0541f5bf1b 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -1932,6 +1932,7 @@ public: void EmitOMPParallelSectionsDirective(const OMPParallelSectionsDirective &S); void EmitOMPTaskDirective(const OMPTaskDirective &S); void EmitOMPTaskyieldDirective(const OMPTaskyieldDirective &S); + void EmitOMPBarrierDirective(const OMPBarrierDirective &S); //===--------------------------------------------------------------------===// // LValue Expression Emission -- cgit v1.2.3