[OPENMP]Simplify the check for the predefined allocators, NFC.
authorAlexey Bataev <a.bataev@hotmail.com>
Thu, 21 Mar 2019 19:05:07 +0000 (19:05 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Thu, 21 Mar 2019 19:05:07 +0000 (19:05 +0000)
commit441510ef54b94e1ef5df1486e9f84a42cab1ace5
tree1273ac21e82917b5cf3ea35dd919b3b0e46c7726
parente5e77815b48a11ec9737c0722a365190696dccf9
[OPENMP]Simplify the check for the predefined allocators, NFC.

Previously implemented check required the reevaluation of the already
evaluated predefined allocator kind for the global variables. Patch
simplifies this evaluation and removes extra code.

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