On Wed, Feb 04, 2015 at 08:47:20PM +0100, Jan Hubicka wrote:
> Bootstrapped/regtested x86_64-linux, OK?
> PR middle-end/64922
> * gimple.c: Include gimple-ssa.h
Missing dot at the end of line.
> (maybe_remove_unused_call_args): New function.
> * gimple.h (maybe_remove_unus
Hi,
this is second attempt to fix the issue with arguments being passed
to builtlin_unreachable after
https://gcc.gnu.org/ml/gcc-patches/2014-12/msg01025.html
As suggested, I fixup the IL right after redirection instead waiting for
tree-ssa-dce.
Bootstrapped/regtested x86_64-linux, OK?