diff options
Diffstat (limited to 'libgfortran/generated/minloc0_4_r8.c')
-rw-r--r-- | libgfortran/generated/minloc0_4_r8.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libgfortran/generated/minloc0_4_r8.c b/libgfortran/generated/minloc0_4_r8.c index 6162cfd2884..5d353145cd0 100644 --- a/libgfortran/generated/minloc0_4_r8.c +++ b/libgfortran/generated/minloc0_4_r8.c @@ -69,7 +69,7 @@ minloc0_4_r8 (gfc_array_i4 * const restrict retarray, } else { - if (compile_options.bounds_check) + if (unlikely (compile_options.bounds_check)) { int ret_rank; index_type ret_extent; @@ -193,7 +193,7 @@ mminloc0_4_r8 (gfc_array_i4 * const restrict retarray, } else { - if (compile_options.bounds_check) + if (unlikely (compile_options.bounds_check)) { int ret_rank, mask_rank; index_type ret_extent; @@ -353,7 +353,7 @@ sminloc0_4_r8 (gfc_array_i4 * const restrict retarray, } else { - if (compile_options.bounds_check) + if (unlikely (compile_options.bounds_check)) { int ret_rank; index_type ret_extent; |