Re: [PATCH 205/236] function.c: Use rtx_sequence

2014-08-15 Thread Jeff Law
On 08/06/14 11:23, David Malcolm wrote: gcc/ * function.c (contains): Introduce local seq for PATTERN (insn), with a checked cast, in the region for where we know it's a SEQUENCE. Use methods of rtx_sequence. OK. As is #206. Jeff

[PATCH 205/236] function.c: Use rtx_sequence

2014-08-06 Thread David Malcolm
gcc/ * function.c (contains): Introduce local seq for PATTERN (insn), with a checked cast, in the region for where we know it's a SEQUENCE. Use methods of rtx_sequence. --- gcc/function.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git