]> granicus.if.org Git - clang/commit
Code improvements in OpenMP CodeGen.
authorAlexey Bataev <a.bataev@hotmail.com>
Fri, 10 Oct 2014 09:48:26 +0000 (09:48 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Fri, 10 Oct 2014 09:48:26 +0000 (09:48 +0000)
commit71286955698503348bcdd437c76eb2b2c0c28033
treeee7f8798cce4d425cc01d9accbc6c5b1824ce3af
parent1a713ad77aec41add990ab453061a2408aa19d0b
Code improvements in OpenMP CodeGen.
This patch makes class OMPPrivateScope a common class for all private variables. Reworked processing of firstprivate variables (now it is based on OMPPrivateScope too).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219486 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGOpenMPRuntime.cpp
lib/CodeGen/CGStmtOpenMP.cpp
lib/CodeGen/CodeGenFunction.h