Re: [PATCH 019/236] Strengthen return type of gen_label_rtx

2014-08-19 Thread David Malcolm
On Tue, 2014-08-12 at 16:00 -0600, Jeff Law wrote: On 08/06/14 11:19, David Malcolm wrote: gcc/ * rtl.h (gen_label_rtx): Strengthen return type from rtx to rtx_code_label *. * emit-rtl.c (gen_label_rtx): Likewise. Presumably at some point we'll look at the gen_XXX and

Re: [PATCH 019/236] Strengthen return type of gen_label_rtx

2014-08-12 Thread Jeff Law
On 08/06/14 11:19, David Malcolm wrote: gcc/ * rtl.h (gen_label_rtx): Strengthen return type from rtx to rtx_code_label *. * emit-rtl.c (gen_label_rtx): Likewise. Presumably at some point we'll look at the gen_XXX and split out those which return items for the chain

[PATCH 019/236] Strengthen return type of gen_label_rtx

2014-08-06 Thread David Malcolm
gcc/ * rtl.h (gen_label_rtx): Strengthen return type from rtx to rtx_code_label *. * emit-rtl.c (gen_label_rtx): Likewise. --- gcc/emit-rtl.c | 7 --- gcc/rtl.h | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/gcc/emit-rtl.c b/gcc/emit-rtl.c