From 6200a3d0f3a545798a0a3abd11ae287a86c9b713 Mon Sep 17 00:00:00 2001 From: Carlo Bertolli Date: Mon, 14 Dec 2015 14:51:25 +0000 Subject: Add parse and sema of OpenMP distribute directive with all clauses except dist_schedule llvm-svn: 255498 --- clang/lib/CodeGen/CodeGenFunction.h | 1 + 1 file changed, 1 insertion(+) (limited to 'clang/lib/CodeGen/CodeGenFunction.h') 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. /// -- cgit v1.2.3