Re: [PATCH] tree-into-ssa.c: make interesting_blocks static

2013-06-11 Thread Jeff Law
On 06/07/13 11:36, David Malcolm wrote: "interesting_blocks" is only used inside tree-into-ssa.c, so it can be made static. Successfully bootstrapped on x86_64-unknown-linux-gnu (using gcc-4.7.2-2.fc17.x86_64). OK for trunk? 2013-06-07 David Malcolm * tree-into-ssa.c (interesting_b

Re: [PATCH] tree-into-ssa.c: make interesting_blocks static

2013-06-10 Thread David Malcolm
On Mon, 2013-06-10 at 12:32 -0700, Richard Henderson wrote: > On 06/07/2013 10:36 AM, David Malcolm wrote: > > * tree-into-ssa.c (interesting_blocks): Make static. > > Ok. Thanks; committed to svn trunk as r199911.

Re: [PATCH] tree-into-ssa.c: make interesting_blocks static

2013-06-10 Thread Richard Henderson
On 06/07/2013 10:36 AM, David Malcolm wrote: > * tree-into-ssa.c (interesting_blocks): Make static. Ok. r~

[PATCH] tree-into-ssa.c: make interesting_blocks static

2013-06-07 Thread David Malcolm
"interesting_blocks" is only used inside tree-into-ssa.c, so it can be made static. Successfully bootstrapped on x86_64-unknown-linux-gnu (using gcc-4.7.2-2.fc17.x86_64). OK for trunk? 2013-06-07 David Malcolm * tree-into-ssa.c (interesting_blocks): Make static. Index: gcc/tree-into