Re: [PATCH 028/236] cfgexpand.c: Use rtx_insn

2014-08-19 Thread David Malcolm
On Wed, 2014-08-13 at 07:42 -0600, Jeff Law wrote: > On 08/06/14 11:20, David Malcolm wrote: > > gcc/ > > * cfgexpand.c (expand_used_vars): Strengthen return type from rtx > > to rtx_insn *; also for local "var_end_seq". > > (maybe_dump_rtl_for_gimple_stmt): Likewise for param "since".

Re: [PATCH 028/236] cfgexpand.c: Use rtx_insn

2014-08-13 Thread Jeff Law
On 08/06/14 11:20, David Malcolm wrote: gcc/ * cfgexpand.c (expand_used_vars): Strengthen return type from rtx to rtx_insn *; also for local "var_end_seq". (maybe_dump_rtl_for_gimple_stmt): Likewise for param "since". (maybe_cleanup_end_of_block): Likewise for para

[PATCH 028/236] cfgexpand.c: Use rtx_insn

2014-08-06 Thread David Malcolm
gcc/ * cfgexpand.c (expand_used_vars): Strengthen return type from rtx to rtx_insn *; also for local "var_end_seq". (maybe_dump_rtl_for_gimple_stmt): Likewise for param "since". (maybe_cleanup_end_of_block): Likewise for param "last" and local "insn".