Re: [PATCH 108/236] reload: Use rtx_insn (also touches caller-save.c and config/arc/arc)

2014-08-13 Thread Jeff Law
On 08/06/14 11:21, David Malcolm wrote: gcc/ * reload.h (struct insn_chain): Strengthen field insn from rtx to rtx_insn *. (find_reloads): Likewise for param 1. (subst_reloads): Likewise for sole param. (find_equiv_reg): Likwise for param 2.

[PATCH 108/236] reload: Use rtx_insn (also touches caller-save.c and config/arc/arc)

2014-08-06 Thread David Malcolm
gcc/ * reload.h (struct insn_chain): Strengthen field insn from rtx to rtx_insn *. (find_reloads): Likewise for param 1. (subst_reloads): Likewise for sole param. (find_equiv_reg): Likwise for param 2. (regno_clobbered_p): Likwise for param 2.