Re: [PATCH 014/236] VINSN_INSN_RTX scaffolding

2014-08-19 Thread David Malcolm
On Tue, 2014-08-12 at 15:21 -0600, Jeff Law wrote: > On 08/06/14 11:19, David Malcolm wrote: > > For now, convert into VINSN_INSN_RTX a pair of functions. We will > > eventually change them back to a macro once the relevant field is of type > > rtx_insn *. > > > > gcc/ > > * sel-sched-ir.h (VI

Re: [PATCH 014/236] VINSN_INSN_RTX scaffolding

2014-08-12 Thread Jeff Law
On 08/06/14 11:19, David Malcolm wrote: For now, convert into VINSN_INSN_RTX a pair of functions. We will eventually change them back to a macro once the relevant field is of type rtx_insn *. gcc/ * sel-sched-ir.h (VINSN_INSN_RTX): struct vinsn_def's "insn_rtx" field will eventu

[PATCH 014/236] VINSN_INSN_RTX scaffolding

2014-08-06 Thread David Malcolm
For now, convert into VINSN_INSN_RTX a pair of functions. We will eventually change them back to a macro once the relevant field is of type rtx_insn *. gcc/ * sel-sched-ir.h (VINSN_INSN_RTX): struct vinsn_def's "insn_rtx" field will eventually be an rtx_insn *. To help with trans