]> granicus.if.org Git - clang/commit
Revert "[OPENMP] Fix emission of the loop doacross constructs."
authorAlexey Bataev <a.bataev@hotmail.com>
Mon, 13 Aug 2018 14:42:18 +0000 (14:42 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Mon, 13 Aug 2018 14:42:18 +0000 (14:42 +0000)
commit73982ed93f765085a5c4a2e587b439fd7e1cde0c
treef0877bb163a88ef215a26f96da657cfd35a5c92c
parent27f02e1860ad4a2651b3e9d59fd85dbc85a7bdd3
Revert "[OPENMP] Fix emission of the loop doacross constructs."

This reverts commit r339568 because of the problems with the buildbots.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@339574 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/OpenMPClause.h
lib/AST/OpenMPClause.cpp
lib/CodeGen/CGOpenMPRuntime.cpp
lib/CodeGen/CGOpenMPRuntime.h
lib/CodeGen/CGStmtOpenMP.cpp
lib/Sema/SemaOpenMP.cpp
lib/Serialization/ASTReaderStmt.cpp
lib/Serialization/ASTWriterStmt.cpp
test/OpenMP/ordered_doacross_codegen.c
test/OpenMP/ordered_doacross_codegen.cpp
test/OpenMP/parallel_for_simd_ast_print.cpp