Commit bd7f30a1 by Jan Hubicka Committed by Jan Hubicka

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

From-SVN: r161772
parent 3e26ba50
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> 2010-07-02 Le-Chun Wu <lcwu@google.com>
PR c++/44128 PR c++/44128
......
...@@ -3558,7 +3558,7 @@ override_options (bool main_args_p) ...@@ -3558,7 +3558,7 @@ override_options (bool main_args_p)
/* Enable sw prefetching at -O3 for CPUS that prefetching is helpful. */ /* Enable sw prefetching at -O3 for CPUS that prefetching is helpful. */
if (flag_prefetch_loop_arrays < 0 if (flag_prefetch_loop_arrays < 0
&& HAVE_prefetch && HAVE_prefetch
&& (optimize >= 3 || flag_profile_use) && optimize >= 3
&& software_prefetching_beneficial_p ()) && software_prefetching_beneficial_p ())
flag_prefetch_loop_arrays = 1; flag_prefetch_loop_arrays = 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment