On Tue, Oct 6, 2015 at 1:43 PM, H.J. Lu wrote:
> Since targetm.expand_to_rtl_hook may be called to switch ABI, it should
> be called for each function before expanding to RTL. Otherwise, we may
> use the stale information from compilation of the previous function.
> aggregate_value_p uses call_us
Since targetm.expand_to_rtl_hook may be called to switch ABI, it should
be called for each function before expanding to RTL. Otherwise, we may
use the stale information from compilation of the previous function.
aggregate_value_p uses call_used_regs. aggregate_value_p is used by
IPA and return va