Re: [PATCH 169/236] Strengthen haifa_sched_info callbacks and 3 scheduler hooks

2014-08-15 Thread Jeff Law
On 08/06/14 11:22, David Malcolm wrote: gcc/ * target.def (reorder): Strengthen param ready of this DEFHOOK from rtx * to rtx_insn **. (reorder2): Likewise. (dependencies_evaluation_hook): Strengthen params head, tail from rtx to rtx_insn *. *

Re: [PATCH 169/236] Strengthen haifa_sched_info callbacks and 3 scheduler hooks

2014-08-15 Thread David Malcolm
On Fri, 2014-08-15 at 16:03 -0600, Jeff Law wrote: On 08/06/14 11:22, David Malcolm wrote: gcc/ * target.def (reorder): Strengthen param ready of this DEFHOOK from rtx * to rtx_insn **. (reorder2): Likewise. (dependencies_evaluation_hook): Strengthen params head, tail

[PATCH 169/236] Strengthen haifa_sched_info callbacks and 3 scheduler hooks

2014-08-06 Thread David Malcolm
gcc/ * target.def (reorder): Strengthen param ready of this DEFHOOK from rtx * to rtx_insn **. (reorder2): Likewise. (dependencies_evaluation_hook): Strengthen params head, tail from rtx to rtx_insn *. * doc/tm.texi: Update mechanically for above