Re: [PATCH][1/n] LTO type merging cleanup

2011-05-11 Thread H.J. Lu
On Mon, May 9, 2011 at 8:15 AM, Richard Guenther wrote: > > This makes gimple_types_compatible_p private to gimple.c again, > removing the need to call it from lto-symtab.c as we now merge > types early (and thus we can resort to the middle-end types_compatible_p > function). > > Bootstrapped on x

[PATCH][1/n] LTO type merging cleanup

2011-05-09 Thread Richard Guenther
This makes gimple_types_compatible_p private to gimple.c again, removing the need to call it from lto-symtab.c as we now merge types early (and thus we can resort to the middle-end types_compatible_p function). Bootstrapped on x86_64-unknown-linux-gnu, testing and SPEC2k6 build in progress. Rich