diff options
Diffstat (limited to 'libgfortran/generated/minloc0_8_i1.c')
-rw-r--r-- | libgfortran/generated/minloc0_8_i1.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libgfortran/generated/minloc0_8_i1.c b/libgfortran/generated/minloc0_8_i1.c index b755ed7348b..a70533e2cee 100644 --- a/libgfortran/generated/minloc0_8_i1.c +++ b/libgfortran/generated/minloc0_8_i1.c @@ -69,7 +69,7 @@ minloc0_8_i1 (gfc_array_i8 * 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_8_i1 (gfc_array_i8 * 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_8_i1 (gfc_array_i8 * const restrict retarray, } else { - if (compile_options.bounds_check) + if (unlikely (compile_options.bounds_check)) { int ret_rank; index_type ret_extent; |