diff options
author | Alexey Bataev <a.bataev@hotmail.com> | 2014-06-25 11:44:49 +0000 |
---|---|---|
committer | Alexey Bataev <a.bataev@hotmail.com> | 2014-06-25 11:44:49 +0000 |
commit | d3f8dd2d1595a626412202385461978c43eb049d (patch) | |
tree | e66eed96fa2181897866ce8a280637e3ca7d096a /clang/lib/CodeGen/CodeGenFunction.h | |
parent | 0b2d93c4f0c39f1cedb7a2ed59f3102eb7875efa (diff) | |
download | llvm-d3f8dd2d1595a626412202385461978c43eb049d.zip llvm-d3f8dd2d1595a626412202385461978c43eb049d.tar.gz llvm-d3f8dd2d1595a626412202385461978c43eb049d.tar.bz2 |
[OPENMP] Initial support for 'sections' directive.
llvm-svn: 211685
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index e859a54..8a7ebdd 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -1903,6 +1903,7 @@ public: void EmitOMPParallelDirective(const OMPParallelDirective &S); void EmitOMPSimdDirective(const OMPSimdDirective &S); void EmitOMPForDirective(const OMPForDirective &S); + void EmitOMPSectionsDirective(const OMPSectionsDirective &S); //===--------------------------------------------------------------------===// // LValue Expression Emission |