[OPENMP] Move handling of threadprivate vars from the stack, NFC.
authorAlexey Bataev <a.bataev@hotmail.com>
Wed, 26 Apr 2017 14:24:21 +0000 (14:24 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Wed, 26 Apr 2017 14:24:21 +0000 (14:24 +0000)
commitccaddfb494b1ae0f664628d0281bc8c36d489c91
tree9cd59909d7e8e92b8e13df00bb48934254493624
parent28559ceecea1e4506fb1afcd19f871c887c5afb7
[OPENMP] Move handling of threadprivate vars from the stack, NFC.

Threadprivate variables do no need to be handled in the Stack of all
directives, moving it out for better performance and memory.

llvm-svn: 301410
clang/lib/Sema/SemaOpenMP.cpp