* config/i386/i386.c (override_options): Revert accidental commit.

From-SVN: r161772
This commit is contained in:
Jan Hubicka 2010-07-03 13:55:30 +02:00 committed by Jan Hubicka
parent 3e26ba50da
commit bd7f30a156
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-07-02 Jan Hubicka <jh@suse.cz>
* config/i386/i386.c (override_options): Revert accidental commit.
2010-07-02 Le-Chun Wu <lcwu@google.com>
PR c++/44128

View File

@ -3558,7 +3558,7 @@ override_options (bool main_args_p)
/* Enable sw prefetching at -O3 for CPUS that prefetching is helpful. */
if (flag_prefetch_loop_arrays < 0
&& HAVE_prefetch
&& (optimize >= 3 || flag_profile_use)
&& optimize >= 3
&& software_prefetching_beneficial_p ())
flag_prefetch_loop_arrays = 1;