diff options
author | Samuel Antao <sfantao@us.ibm.com> | 2016-01-19 20:04:50 +0000 |
---|---|---|
committer | Samuel Antao <sfantao@us.ibm.com> | 2016-01-19 20:04:50 +0000 |
commit | 725907603205e62fc02e2cfc40cdf3719774bf6f (patch) | |
tree | 4515b906368a389bc63fc7bff38b860c2165b266 /clang/lib/CodeGen/CodeGenFunction.h | |
parent | d4af297df1b0dc442622494214c67fb4a9848d43 (diff) | |
download | bcm5719-llvm-725907603205e62fc02e2cfc40cdf3719774bf6f.tar.gz bcm5719-llvm-725907603205e62fc02e2cfc40cdf3719774bf6f.zip |
[OpenMP] Parsing + sema for "target exit data" directive.
Patch by Arpith Jacob. Thanks!
llvm-svn: 258177
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 d1cf0c9206e..129cc9918d7 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -2337,6 +2337,7 @@ public: void EmitOMPTargetDirective(const OMPTargetDirective &S); void EmitOMPTargetDataDirective(const OMPTargetDataDirective &S); void EmitOMPTargetEnterDataDirective(const OMPTargetEnterDataDirective &S); + void EmitOMPTargetExitDataDirective(const OMPTargetExitDataDirective &S); void EmitOMPTeamsDirective(const OMPTeamsDirective &S); void EmitOMPCancellationPointDirective(const OMPCancellationPointDirective &S); |