summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2014-07-18 10:17:07 +0000
committerAlexey Bataev <a.bataev@hotmail.com>2014-07-18 10:17:07 +0000
commit2df347ad96350cc4f0761db412608193703a46c7 (patch)
treed45673a081abd8f272ddaa0d4622bb6f49c8ec1f /clang/lib/CodeGen/CodeGenFunction.h
parent7a86a548b94d7316345481498a46335e1a220406 (diff)
downloadbcm5719-llvm-2df347ad96350cc4f0761db412608193703a46c7.tar.gz
bcm5719-llvm-2df347ad96350cc4f0761db412608193703a46c7.zip
[OPENMP] Initial parsing and sema analysis for 'taskwait' directive.
llvm-svn: 213363
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h1
1 files changed, 1 insertions, 0 deletions
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
OpenPOWER on IntegriCloud