store-motion.c: Include rtl-iter.h.
authorRichard Sandiford <rdsandiford@googlemail.com>
Thu, 28 Aug 2014 06:24:48 +0000 (06:24 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Thu, 28 Aug 2014 06:24:48 +0000 (06:24 +0000)
commit638e18a4f236204b61e6a6e74583f689926ec812
tree7e7cb1561b8b2ed28dd0ac593270cdc855ceaf38
parent34a1e300b8989528d92ca84eaf7f713859893e2c
store-motion.c: Include rtl-iter.h.

gcc/
* store-motion.c: Include rtl-iter.h.
(extract_mentioned_regs_1): Delete.
(extract_mentioned_regs): Use FOR_EACH_SUBRTX_VAR rather than
for_each_rtx to iterate over subrtxes.

From-SVN: r214660
gcc/ChangeLog
gcc/store-motion.c