On Mon, Feb 17, 2014 at 02:38:42PM +0100, Richard Biener wrote:
>
> This removes the update_ssa call in ipa_modify_call_arguments by
> keeping virtual SSA form up-to-date. It also avoids leaking
> the virtual SSA name defined by the replaced call (and thus
> keeping more than necessary memory liv
This removes the update_ssa call in ipa_modify_call_arguments by
keeping virtual SSA form up-to-date. It also avoids leaking
the virtual SSA name defined by the replaced call (and thus
keeping more than necessary memory live during early transforms).
Bootstrap and regtest in progress on x86_64-u