Re: [PATCH, rs6000] Honor -fno-ira-loop-pressure

2014-01-22 Thread David Edelsohn
On Wed, Jan 22, 2014 at 1:51 PM, Pat Haugen wrote: > Discovered that we blindly set flag_ira_loop_pressure at -O3+, regardless of > whether command line option was given. Following fixes that. > > Bootstrap/regtest with no new regressions, ok for trunk? > > -Pat > > > 2014-01-22 Pat Haugen > >

[PATCH, rs6000] Honor -fno-ira-loop-pressure

2014-01-22 Thread Pat Haugen
Discovered that we blindly set flag_ira_loop_pressure at -O3+, regardless of whether command line option was given. Following fixes that. Bootstrap/regtest with no new regressions, ok for trunk? -Pat 2014-01-22 Pat Haugen * config/rs6000/rs6000.c (rs6000_option_override_internal):