summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorKelvin Li <kkwli0@gmail.com>2016-07-06 04:45:38 +0000
committerKelvin Li <kkwli0@gmail.com>2016-07-06 04:45:38 +0000
commit787f3fcc6b38ca500939f8610c5bff6e3396ce75 (patch)
tree65f1ec8e73711c7ba888b2122c82811db301f99d /clang/lib/CodeGen/CodeGenFunction.h
parent46e7555d4b94d73cf29257a25e2eaeb1e33e6bb6 (diff)
downloadbcm5719-llvm-787f3fcc6b38ca500939f8610c5bff6e3396ce75.tar.gz
bcm5719-llvm-787f3fcc6b38ca500939f8610c5bff6e3396ce75.zip
[OpenMP] Sema and parsing for 'distribute simd' pragma
Summary: This patch is an implementation of sema and parsing for the OpenMP composite pragma 'distribute simd'. Differential Revision: http://reviews.llvm.org/D22007 llvm-svn: 274604
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 a1132167c04..fff7a05b107 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -2501,6 +2501,7 @@ public:
const OMPDistributeParallelForDirective &S);
void EmitOMPDistributeParallelForSimdDirective(
const OMPDistributeParallelForSimdDirective &S);
+ void EmitOMPDistributeSimdDirective(const OMPDistributeSimdDirective &S);
/// Emit outlined function for the target directive.
static std::pair<llvm::Function * /*OutlinedFn*/,
OpenPOWER on IntegriCloud