summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorCarlo Bertolli <cbertol@us.ibm.com>2015-12-14 14:51:25 +0000
committerCarlo Bertolli <cbertol@us.ibm.com>2015-12-14 14:51:25 +0000
commit6200a3d0f3a545798a0a3abd11ae287a86c9b713 (patch)
tree6fd952bd07146ac63291c2914cef8694e136d650 /clang/lib/CodeGen/CodeGenFunction.h
parentbc9d4f9947ee5cd2dc686547477f77797a895b3e (diff)
downloadbcm5719-llvm-6200a3d0f3a545798a0a3abd11ae287a86c9b713.tar.gz
bcm5719-llvm-6200a3d0f3a545798a0a3abd11ae287a86c9b713.zip
Add parse and sema of OpenMP distribute directive with all clauses except dist_schedule
llvm-svn: 255498
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 0302b0e6edd..fa98b2b7726 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -2341,6 +2341,7 @@ public:
void EmitOMPCancelDirective(const OMPCancelDirective &S);
void EmitOMPTaskLoopDirective(const OMPTaskLoopDirective &S);
void EmitOMPTaskLoopSimdDirective(const OMPTaskLoopSimdDirective &S);
+ void EmitOMPDistributeDirective(const OMPDistributeDirective &S);
/// \brief Emit inner loop of the worksharing/simd construct.
///
OpenPOWER on IntegriCloud