forked from OSchip/llvm-project
[OpenMP] libomp: cleanup - remove duplicate check
The identical check remains 20 lines above in the code. Differential Revision: https://reviews.llvm.org/D123046
This commit is contained in:
parent
eed0d85152
commit
4a64bed216
|
@ -625,10 +625,6 @@ final_spin=FALSE)
|
|||
if (!Sleepable)
|
||||
continue;
|
||||
|
||||
if (__kmp_dflt_blocktime == KMP_MAX_BLOCKTIME &&
|
||||
__kmp_pause_status != kmp_soft_paused)
|
||||
continue;
|
||||
|
||||
#if KMP_HAVE_MWAIT || KMP_HAVE_UMWAIT
|
||||
if (__kmp_mwait_enabled || __kmp_umwait_enabled) {
|
||||
KF_TRACE(50, ("__kmp_wait_sleep: T#%d using monitor/mwait\n", th_gtid));
|
||||
|
|
Loading…
Reference in New Issue