diff options
author | Alexander Musman <alexander.musman@gmail.com> | 2014-09-18 05:12:34 +0000 |
---|---|---|
committer | Alexander Musman <alexander.musman@gmail.com> | 2014-09-18 05:12:34 +0000 |
commit | f82886e5020c2cda518902d665cd87ddb2c40e59 (patch) | |
tree | 6ee7a18ccc8f5cfe9b11e213b96343a16015bef2 /clang/lib/CodeGen/CodeGenFunction.h | |
parent | e0d77ef053fff7569e20a7593f05100af6801933 (diff) | |
download | bcm5719-llvm-f82886e5020c2cda518902d665cd87ddb2c40e59.tar.gz bcm5719-llvm-f82886e5020c2cda518902d665cd87ddb2c40e59.zip |
Parsing/Sema of directive omp for simd
llvm-svn: 218029
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 ff74ce9fd75..b67860cab18 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -1939,6 +1939,7 @@ public: void EmitOMPParallelDirective(const OMPParallelDirective &S); void EmitOMPSimdDirective(const OMPSimdDirective &S); void EmitOMPForDirective(const OMPForDirective &S); + void EmitOMPForSimdDirective(const OMPForSimdDirective &S); void EmitOMPSectionsDirective(const OMPSectionsDirective &S); void EmitOMPSectionDirective(const OMPSectionDirective &S); void EmitOMPSingleDirective(const OMPSingleDirective &S); |