From 0bd520b767200209129dc46bfe7ff4e977e652e7 Mon Sep 17 00:00:00 2001 From: Alexey Bataev Date: Fri, 19 Sep 2014 08:19:49 +0000 Subject: [OPENMP] Initial parsing/sema analysis of 'target' directive. llvm-svn: 218110 --- 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 eebdbf34a8e..4e89725a600 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -1943,6 +1943,7 @@ public: void EmitOMPFlushDirective(const OMPFlushDirective &S); void EmitOMPOrderedDirective(const OMPOrderedDirective &S); void EmitOMPAtomicDirective(const OMPAtomicDirective &S); + void EmitOMPTargetDirective(const OMPTargetDirective &S); //===--------------------------------------------------------------------===// // LValue Expression Emission -- cgit v1.2.3