Re: [PATCH 016/236] BND_TO scaffolding

2014-08-19 Thread David Malcolm
On Tue, 2014-08-12 at 15:22 -0600, Jeff Law wrote: > On 08/06/14 11:19, David Malcolm wrote: > > gcc/ > > * sel-sched-ir.h (BND_TO): insn_t will eventually be an > > rtx_insn *. To help with transition, for now, convert from an > > access macro into a pair of functions: BND_TO, returni

Re: [PATCH 016/236] BND_TO scaffolding

2014-08-12 Thread Jeff Law
On 08/06/14 11:19, David Malcolm wrote: gcc/ * sel-sched-ir.h (BND_TO): insn_t will eventually be an rtx_insn *. To help with transition, for now, convert from an access macro into a pair of functions: BND_TO, returning an rtx_insn *, and... (SET_BND_TO):

[PATCH 016/236] BND_TO scaffolding

2014-08-06 Thread David Malcolm
gcc/ * sel-sched-ir.h (BND_TO): insn_t will eventually be an rtx_insn *. To help with transition, for now, convert from an access macro into a pair of functions: BND_TO, returning an rtx_insn *, and... (SET_BND_TO): New function, for use where BND_TO is used