diff options
Diffstat (limited to 'gcc/loop-unroll.c')
-rw-r--r-- | gcc/loop-unroll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/loop-unroll.c b/gcc/loop-unroll.c index 1d9bcc4..e57e8e6 100644 --- a/gcc/loop-unroll.c +++ b/gcc/loop-unroll.c @@ -1631,7 +1631,7 @@ analyze_insn_to_expand_var (struct loop *loop, rtx insn) mode2 = GET_MODE (something); if ((FLOAT_MODE_P (mode1) || FLOAT_MODE_P (mode2)) - && !flag_unsafe_math_optimizations) + && !flag_associative_math) return NULL; if (dump_file) |