Re: [PATCH 4/4] Instruction attributes take an rtx_insn *

2014-09-12 Thread Jeff Law
On 09/12/14 14:38, David Malcolm wrote: This patch strengthens the params of the all of the various generated get_attr_* functions from rtx to rtx_insn *, along with various other functions relating to instruction attributes and scheduling. As well as the changes to genattr.c, genattrtab.c and g

[PATCH 4/4] Instruction attributes take an rtx_insn *

2014-09-12 Thread David Malcolm
This patch strengthens the params of the all of the various generated get_attr_* functions from rtx to rtx_insn *, along with various other functions relating to instruction attributes and scheduling. As well as the changes to genattr.c, genattrtab.c and genautomata.c, the bulk of the patch makes