Re: [PATCH 032/236] emit_* functions return rtx_insn

2014-08-19 Thread David Malcolm
On Wed, 2014-08-13 at 11:52 -0600, Jeff Law wrote: On 08/06/14 11:20, David Malcolm wrote: More scaffolding: strengthen the return types from the various emit_ functions from rtx to rtx_insn * (or to the rtx_barrier * subclass in a few cases). These will ultimately have their params

Re: [PATCH 032/236] emit_* functions return rtx_insn

2014-08-13 Thread Jeff Law
On 08/06/14 11:20, David Malcolm wrote: More scaffolding: strengthen the return types from the various emit_ functions from rtx to rtx_insn * (or to the rtx_barrier * subclass in a few cases). These will ultimately have their params strengthened also, but we postpone that until much later in

[PATCH 032/236] emit_* functions return rtx_insn

2014-08-06 Thread David Malcolm
More scaffolding: strengthen the return types from the various emit_ functions from rtx to rtx_insn * (or to the rtx_barrier * subclass in a few cases). These will ultimately have their params strengthened also, but we postpone that until much later in the patch series. So for now there are also