diff options
author | Carlo Bertolli <cbertol@us.ibm.com> | 2016-06-24 19:20:02 +0000 |
---|---|---|
committer | Carlo Bertolli <cbertol@us.ibm.com> | 2016-06-24 19:20:02 +0000 |
commit | b8503d5399d0693e49e731d96ca06ce22e425c2b (patch) | |
tree | 06ddc1cf4b280859a97cb8139c7737de7941eb67 /clang/include/clang-c | |
parent | 3830479f4155cd30473453e8bdc5c00c1e013482 (diff) | |
download | bcm5719-llvm-b8503d5399d0693e49e731d96ca06ce22e425c2b.tar.gz bcm5719-llvm-b8503d5399d0693e49e731d96ca06ce22e425c2b.zip |
Revert r273705
[OpenMP] Initial implementation of parse and sema for composite pragma 'distribute parallel for'
llvm-svn: 273709
Diffstat (limited to 'clang/include/clang-c')
-rw-r--r-- | clang/include/clang-c/Index.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h index 5e57a12e2a0..89612b9c93a 100644 --- a/clang/include/clang-c/Index.h +++ b/clang/include/clang-c/Index.h @@ -2305,11 +2305,7 @@ enum CXCursorKind { */ CXCursor_OMPTargetUpdateDirective = 265, - /** \brief OpenMP distribute parallel for directive. - */ - CXCursor_OMPDistributeParallelForDirective = 266, - - CXCursor_LastStmt = CXCursor_OMPDistributeParallelForDirective, + CXCursor_LastStmt = CXCursor_OMPTargetUpdateDirective, /** * \brief Cursor that represents the translation unit itself. |