summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorKelvin Li <kkwli0@gmail.com>2016-07-20 22:57:10 +0000
committerKelvin Li <kkwli0@gmail.com>2016-07-20 22:57:10 +0000
commit986330c190fdecfe608b20449ba27491080afeba (patch)
tree79b6dd16ae472cc3f1d654c776cb707fd0277b82 /clang/lib/CodeGen/CodeGenFunction.h
parentfb64ebe313f0fa6e47db8236f40a27c73e08e396 (diff)
downloadbcm5719-llvm-986330c190fdecfe608b20449ba27491080afeba.tar.gz
bcm5719-llvm-986330c190fdecfe608b20449ba27491080afeba.zip
[OpenMP] Sema and parsing for 'target simd' pragma
This patch is to implement sema and parsing for 'target simd' pragma. Differential Revision: https://reviews.llvm.org/D22479 llvm-svn: 276203
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 45068fa5544..9e03c7c7121 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -2508,6 +2508,7 @@ public:
void EmitOMPDistributeSimdDirective(const OMPDistributeSimdDirective &S);
void EmitOMPTargetParallelForSimdDirective(
const OMPTargetParallelForSimdDirective &S);
+ void EmitOMPTargetSimdDirective(const OMPTargetSimdDirective &S);
/// Emit outlined function for the target directive.
static std::pair<llvm::Function * /*OutlinedFn*/,
OpenPOWER on IntegriCloud