rtlanal.c (generic_subrtx_iterator <T>::add_subrtxes_to_queue): Add the parts of...
authorRichard Sandiford <richard.sandiford@arm.com>
Mon, 13 Oct 2014 07:05:46 +0000 (07:05 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 13 Oct 2014 07:05:46 +0000 (07:05 +0000)
commit641123eb5e66fc3794eaa102def2da24a36b7da9
tree2ce789a065eadcf5490f63a72017e229498de3ba
parenteaa89fd82a53aded2226b88716bfc56adeecf133
rtlanal.c (generic_subrtx_iterator <T>::add_subrtxes_to_queue): Add the parts of an insn in reverse order, with the pattern at the top of the queue.

gcc/
* rtlanal.c (generic_subrtx_iterator <T>::add_subrtxes_to_queue):
Add the parts of an insn in reverse order, with the pattern at
the top of the queue.  Detect when we're iterating over a SEQUENCE
pattern and in that case just consider patterns of subinstructions.

From-SVN: r216137
gcc/ChangeLog
gcc/rtlanal.c