]> granicus.if.org Git - clang/commit
Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions."
authorAlexey Bataev <a.bataev@hotmail.com>
Mon, 28 Mar 2016 10:12:03 +0000 (10:12 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Mon, 28 Mar 2016 10:12:03 +0000 (10:12 +0000)
commit7fd4fc5b45fb9841c2be28ce7653b46d33d518b8
tree65a03c806656c99bed485d0e015ec2ef3d398851
parent863c5af37e6a76f385a1387043be76eb6fa44d34
Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions."

This reverts commit 3ee791165100607178073f14531a0dc90c622b36.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@264570 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGOpenMPRuntime.cpp
lib/CodeGen/CGOpenMPRuntime.h
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
lib/CodeGen/CGOpenMPRuntimeNVPTX.h
lib/CodeGen/CGStmtOpenMP.cpp
lib/CodeGen/CodeGenFunction.h
test/OpenMP/critical_codegen.cpp
test/OpenMP/parallel_copyin_codegen.cpp
test/OpenMP/single_codegen.cpp
test/OpenMP/taskgroup_codegen.cpp