[OpenMP] Change hint parameter type for critical to uint32_t
authorJonathan Peyton <jonathan.l.peyton@intel.com>
Fri, 7 Sep 2018 18:46:40 +0000 (18:46 +0000)
committerJonathan Peyton <jonathan.l.peyton@intel.com>
Fri, 7 Sep 2018 18:46:40 +0000 (18:46 +0000)
commita2f6eff4888445171229a4f2c90082bb8304c8b1
tree1b15c141938041f0b85ad577846aa05813b00e1c
parent2ff302d5d7409278361b38d8e59c5a992950d2d4
[OpenMP] Change hint parameter type for critical to uint32_t

Add atomic hint flags to the enum.
The hint parameter type was changed to uint32_t in __kmpc_critical_with_hint()

Patch by Olga Malysheva

Differential Revision: https://reviews.llvm.org/D51235

llvm-svn: 341694
openmp/runtime/src/kmp.h
openmp/runtime/src/kmp_csupport.cpp