Do not mark variable as threadprivate if it was marked already.
authorAlexey Bataev <a.bataev@hotmail.com>
Tue, 9 Feb 2016 09:41:33 +0000 (09:41 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Tue, 9 Feb 2016 09:41:33 +0000 (09:41 +0000)
commit3e6c45a41c343368377e36bb0b5b974e3b0f25db
tree3a5a542dc2e99b31524f6442d8fd1200c74f085c
parent376b4a46907fcb35d6967575fdb89f5b3cb991b1
Do not mark variable as threadprivate if it was marked already.

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