Re: [PATCH] tree-ssa-structalias.c: make call_stmt_vars static

2013-06-04 Thread David Malcolm
On Tue, 2013-06-04 at 15:43 -0600, Jeff Law wrote: > On 06/04/2013 03:29 PM, David Malcolm wrote: > > call_stmt_vars is only used inside of tree-ssa-structalias.c, so it can > > be made static. > > > > Successfully bootstrapped on x86_64-unknown-linux-gnu (using > > gcc-4.7.2-2.fc17.x86_64). > > >

Re: [PATCH] tree-ssa-structalias.c: make call_stmt_vars static

2013-06-04 Thread Jeff Law
On 06/04/2013 03:29 PM, David Malcolm wrote: call_stmt_vars is only used inside of tree-ssa-structalias.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-04 David Malcolm * tree-ssa-structalias.