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
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