diff options
Diffstat (limited to 'libgfortran/generated/count_4_l.c')
-rw-r--r-- | libgfortran/generated/count_4_l.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/generated/count_4_l.c b/libgfortran/generated/count_4_l.c index 8bd1c8f16ea..ddc42f8ae00 100644 --- a/libgfortran/generated/count_4_l.c +++ b/libgfortran/generated/count_4_l.c @@ -127,7 +127,7 @@ count_4_l (gfc_array_i4 * const restrict retarray, (long int) GFC_DESCRIPTOR_RANK (retarray), (long int) rank); - if (compile_options.bounds_check) + if (unlikely (compile_options.bounds_check)) { for (n=0; n < rank; n++) { |