emit-rtl.c: Include rtl-iter.h.
authorRichard Sandiford <rdsandiford@googlemail.com>
Thu, 28 Aug 2014 06:23:13 +0000 (06:23 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Thu, 28 Aug 2014 06:23:13 +0000 (06:23 +0000)
commit9021b8ec96cd58324a3cce6a7b756cd964f91aa1
treed2d441830db8c826e4f804efe337774451b7ffee
parent3e971a9125be65a34233e6b7496f6c39419a6a5c
emit-rtl.c: Include rtl-iter.h.

gcc/
* emit-rtl.c: Include rtl-iter.h.
(find_auto_inc): Turn from being a for_each_rtx callback to being
a function that examines each subrtx itself.  Assume the first operand
to an RTX_AUTOINC is the automodified register.
(try_split): Update call accordingly.

From-SVN: r214638
gcc/ChangeLog
gcc/emit-rtl.c