Re: [PATCH 013/236] DEP_PRO/DEP_CON 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 DEP_PRO and DEP_CON into functions. We will eventually change them back to macros once the relevant fields are of type rtx_insn *. gcc/ * sched-int.h (DEP_PRO): struct

Re: [PATCH 013/236] DEP_PRO/DEP_CON scaffolding

2014-08-12 Thread Jeff Law
On 08/06/14 11:19, David Malcolm wrote: For now, convert DEP_PRO and DEP_CON into functions. We will eventually change them back to macros once the relevant fields are of type rtx_insn *. gcc/ * sched-int.h (DEP_PRO): struct _dep's pro and con fields will eventually be rtx_insn

[PATCH 013/236] DEP_PRO/DEP_CON scaffolding

2014-08-06 Thread David Malcolm
For now, convert DEP_PRO and DEP_CON into functions. We will eventually change them back to macros once the relevant fields are of type rtx_insn *. gcc/ * sched-int.h (DEP_PRO): struct _dep's pro and con fields will eventually be rtx_insn *, but to help with transition, for now,