From 9fb6e647e71678341e7a344051df439a1020aaf4 Mon Sep 17 00:00:00 2001 From: Alexey Bataev Date: Tue, 22 Jul 2014 06:45:04 +0000 Subject: [OPENMP] Initial parsing and sema analysis for 'ordered' directive. llvm-svn: 213616 --- 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 59cc30da42c..f2ecc4a796a 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -1936,6 +1936,7 @@ public: void EmitOMPBarrierDirective(const OMPBarrierDirective &S); void EmitOMPTaskwaitDirective(const OMPTaskwaitDirective &S); void EmitOMPFlushDirective(const OMPFlushDirective &S); + void EmitOMPOrderedDirective(const OMPOrderedDirective &S); //===--------------------------------------------------------------------===// // LValue Expression Emission -- cgit v1.2.3