aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorKelvin Li <kkwli0@gmail.com>2016-10-25 12:50:55 +0000
committerKelvin Li <kkwli0@gmail.com>2016-10-25 12:50:55 +0000
commit4e325f77a9ad640206c9fb80c2bbf704f330f4d5 (patch)
treec507a6310157165912002607492b5f2773b19d5f /clang/lib/CodeGen/CodeGenFunction.h
parent7dc585763ee2a6d196760a5530c70b6db96351fe (diff)
downloadllvm-4e325f77a9ad640206c9fb80c2bbf704f330f4d5.zip
llvm-4e325f77a9ad640206c9fb80c2bbf704f330f4d5.tar.gz
llvm-4e325f77a9ad640206c9fb80c2bbf704f330f4d5.tar.bz2
Re-apply patch r279045.
llvm-svn: 285066
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 a63cce6..2782f4b 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -2526,6 +2526,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*/,