Re: [PATCH] use cfglayout mode for instatiate_virtual_regs

2011-03-24 Thread H.J. Lu
On Thu, Mar 24, 2011 at 9:11 PM, H.J. Lu wrote: > On Thu, Mar 24, 2011 at 4:47 AM, Nathan Froyd > wrote: >> As $SUBJECT suggests.  The patch looks much bigger than it actually is >> due to re-indentation. >> >> Tested on x86_64-unknown-linux-gnu.  OK to commit? Did you run -m32 tests on Linux/x

Re: [PATCH] use cfglayout mode for instatiate_virtual_regs

2011-03-24 Thread H.J. Lu
On Thu, Mar 24, 2011 at 4:47 AM, Nathan Froyd wrote: > As $SUBJECT suggests.  The patch looks much bigger than it actually is > due to re-indentation. > > Tested on x86_64-unknown-linux-gnu.  OK to commit? > > -Nathan > >        * function.c (instantiate_virtual_regs): Use FOR_EACH_BB and >      

Re: [PATCH] use cfglayout mode for instatiate_virtual_regs

2011-03-24 Thread Richard Henderson
On 03/24/2011 04:47 AM, Nathan Froyd wrote: > * function.c (instantiate_virtual_regs): Use FOR_EACH_BB and > FOR_BB_INSNS_SAFE to iterate through insns. Re-indent. > * passes.c (init_optimization_passes): Move > pass_instantiate_virtual_regs after pass_into_cfg_layout_mode.

[PATCH] use cfglayout mode for instatiate_virtual_regs

2011-03-24 Thread Nathan Froyd
As $SUBJECT suggests. The patch looks much bigger than it actually is due to re-indentation. Tested on x86_64-unknown-linux-gnu. OK to commit? -Nathan * function.c (instantiate_virtual_regs): Use FOR_EACH_BB and FOR_BB_INSNS_SAFE to iterate through insns. Re-indent. *