Re: [patch][i386] Remove code executed only if reload_in_progress (i.e. never)

2014-01-09 Thread Uros Bizjak
On Wed, Jan 8, 2014 at 10:58 PM, Jakub Jelinek wrote: > On Wed, Jan 08, 2014 at 10:51:53PM +0100, Steven Bosscher wrote: >> Hello Uros, and everyone else, >> >> Now that LRA is always used for the i386 targets, reload_in_progress >> is never set so all code conditional on it is now dead. The attac

Re: [patch][i386] Remove code executed only if reload_in_progress (i.e. never)

2014-01-08 Thread Steven Bosscher
On Wed, Jan 8, 2014 at 10:51 PM, Steven Bosscher wrote: > Hello Uros, and everyone else, > > Now that LRA is always used for the i386 targets, reload_in_progress > is never set so all code conditional on it is now dead. The attached > patch removes this code. Bootstrapped&tested on x86_64-unknown-

Re: [patch][i386] Remove code executed only if reload_in_progress (i.e. never)

2014-01-08 Thread Jakub Jelinek
On Wed, Jan 08, 2014 at 10:51:53PM +0100, Steven Bosscher wrote: > Hello Uros, and everyone else, > > Now that LRA is always used for the i386 targets, reload_in_progress > is never set so all code conditional on it is now dead. The attached > patch removes this code. > > Sadly I'm having difficu

[patch][i386] Remove code executed only if reload_in_progress (i.e. never)

2014-01-08 Thread Steven Bosscher
Hello Uros, and everyone else, Now that LRA is always used for the i386 targets, reload_in_progress is never set so all code conditional on it is now dead. The attached patch removes this code. Sadly I'm having difficulty testing the patch because I have no access to a suitable x86_64 or ix86 box