Re: [PATCH 050/236] auto-inc-dec.c: strengthen various rtx to rtx_insn *

2014-08-13 Thread Jeff Law
On 08/06/14 11:20, David Malcolm wrote: Note to self: verified the compile on pdp11-aout gcc/ * auto-inc-dec.c (struct inc_insn): Strengthen field "insn" from rtx to rtx_insn *. (struct mem_insn): Likewise for field "insn". (reg_next_use): Strengthen from rtx * to

[PATCH 050/236] auto-inc-dec.c: strengthen various rtx to rtx_insn *

2014-08-06 Thread David Malcolm
Note to self: verified the compile on pdp11-aout gcc/ * auto-inc-dec.c (struct inc_insn): Strengthen field "insn" from rtx to rtx_insn *. (struct mem_insn): Likewise for field "insn". (reg_next_use): Strengthen from rtx * to rtx_insn **. (reg_next_inc_use):