Re: [PATCH][3/n] Cleanup internal interfaces

2012-04-02 Thread Richard Guenther
On Sat, 31 Mar 2012, Uros Bizjak wrote: > Hello! > > > 2012-03-29 Richard Guenther > > > > * cgraph.h (cgraph_materialize_all_clones): Remove. > > (reset_inline_failed): Likewise. > > * cgraphunit.c (cgraph_materialize_all_clones): Make static. > > * cgraphbuild.c (reset_inline

Re: [PATCH][3/n] Cleanup internal interfaces

2012-03-31 Thread Uros Bizjak
Hello! > 2012-03-29 Richard Guenther > > * cgraph.h (cgraph_materialize_all_clones): Remove. > (reset_inline_failed): Likewise. > * cgraphunit.c (cgraph_materialize_all_clones): Make static. > * cgraphbuild.c (reset_inline_failed): Remove. > * rtl.h (cse_main): Rem

Re: [PATCH][3/n] Cleanup internal interfaces

2012-03-29 Thread Gabriel Dos Reis
On Thu, Mar 29, 2012 at 8:50 AM, Richard Guenther wrote: > > Some more stuff.  dse.c can probably be simplified with > dse_record_singleton_alias_set / dse_invalidate_singleton_alias_set > being removed. > Can we also make big functions much smaller? semi :-) -- Gaby

[PATCH][3/n] Cleanup internal interfaces

2012-03-29 Thread Richard Guenther
Some more stuff. dse.c can probably be simplified with dse_record_singleton_alias_set / dse_invalidate_singleton_alias_set being removed. LTO Bootstrapped on x86_64-unknown-linux-gnu, applied to trunk. Richard. 2012-03-29 Richard Guenther * cgraph.h (cgraph_materialize_all_clones):