diff options
Diffstat (limited to 'gcc/config/i386/i386.c')
-rw-r--r-- | gcc/config/i386/i386.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 061d693..c5289ab 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -630,10 +630,6 @@ override_options () if (flag_fast_math) target_flags &= ~MASK_IEEE_FP; - /* If we're planning on using `loop', use it. */ - if (TARGET_USE_LOOP && optimize) - flag_branch_on_count_reg = 1; - /* It makes no sense to ask for just SSE builtins, so MMX is also turned on by -msse. */ if (TARGET_SSE) |