regcprop.c: Include rtl-iter.h.
authorRichard Sandiford <rdsandiford@googlemail.com>
Thu, 28 Aug 2014 06:24:08 +0000 (06:24 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Thu, 28 Aug 2014 06:24:08 +0000 (06:24 +0000)
commit4ca738b329b3afee1f0f68cb0f3540db79b5a4ac
treee5796d8aecf499be10565e3e0560938e53dad88b
parent6c0cda9157f9cf2b2394e99a0be9079e9743eb7c
regcprop.c: Include rtl-iter.h.

gcc/
* regcprop.c: Include rtl-iter.h.
(kill_value): Take a const_rtx.
(kill_autoinc_value): Turn from being a for_each_rtx callback
to being a function that examines each subrtx itself.
(copyprop_hardreg_forward_1): Update accordingly.

From-SVN: r214651
gcc/ChangeLog
gcc/regcprop.c