summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorKelvin Li <kkwli0@gmail.com>2016-08-17 23:13:03 +0000
committerKelvin Li <kkwli0@gmail.com>2016-08-17 23:13:03 +0000
commit0e3bde821611bed2947beeccaaf4f5f26bcdddbf (patch)
treec9bf1abec1b523c45ab0a785a5676d8021839500 /clang/lib/CodeGen/CodeGenFunction.h
parent5a5d5548f0e69b9dd70285d65c62766958b390b6 (diff)
downloadbcm5719-llvm-0e3bde821611bed2947beeccaaf4f5f26bcdddbf.tar.gz
bcm5719-llvm-0e3bde821611bed2947beeccaaf4f5f26bcdddbf.zip
[OpenMP] Sema and parsing for 'teams distribute simd’ pragma
This patch is to implement sema and parsing for 'teams distribute simd’ pragma. This patch is originated by Carlo Bertolli. Differential Revision: https://reviews.llvm.org/D23528 llvm-svn: 279003
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index bb0437157e5..5047660ea72 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -2513,6 +2513,8 @@ public:
const OMPTargetParallelForSimdDirective &S);
void EmitOMPTargetSimdDirective(const OMPTargetSimdDirective &S);
void EmitOMPTeamsDistributeDirective(const OMPTeamsDistributeDirective &S);
+ void
+ EmitOMPTeamsDistributeSimdDirective(const OMPTeamsDistributeSimdDirective &S);
/// Emit outlined function for the target directive.
static std::pair<llvm::Function * /*OutlinedFn*/,
OpenPOWER on IntegriCloud