Move blocktime_str variable right before its first use

llvm-svn: 328575
This commit is contained in:
Jonathan Peyton 2018-03-26 19:20:50 +00:00
parent 4a5a80c370
commit ea82c769f4
1 changed files with 3 additions and 3 deletions

View File

@ -665,9 +665,6 @@ static void __kmp_stg_print_blocktime(kmp_str_buf_t *buffer, char const *name,
__kmp_stg_print_int(buffer, name, __kmp_dflt_blocktime);
} // __kmp_stg_print_blocktime
// Used for OMP_WAIT_POLICY
static char const *blocktime_str = NULL;
// -----------------------------------------------------------------------------
// KMP_DUPLICATE_LIB_OK
@ -702,6 +699,9 @@ static void __kmp_stg_print_inherit_fp_control(kmp_str_buf_t *buffer,
#endif /* KMP_ARCH_X86 || KMP_ARCH_X86_64 */
// Used for OMP_WAIT_POLICY
static char const *blocktime_str = NULL;
// -----------------------------------------------------------------------------
// KMP_LIBRARY, OMP_WAIT_POLICY