varasm.c (mark_constant): Replace this for_each_rtx callback with...
authorRichard Sandiford <rdsandiford@googlemail.com>
Thu, 28 Aug 2014 06:25:14 +0000 (06:25 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Thu, 28 Aug 2014 06:25:14 +0000 (06:25 +0000)
commit750b270a1dd7a1c617f9dfa48a24b68216abf1c2
treeea3a965fd9bc0e3f148f19ea174b28c61402aca4
parent11315a95c7e729d82c8016e287d5a21b6fde4dc2
varasm.c (mark_constant): Replace this for_each_rtx callback with...

gcc/
* varasm.c (mark_constant): Replace this for_each_rtx callback with...
(mark_constants_in_pattern): ...this new function to iterate over
all the subrtxes.
(mark_constants): Update accordingly.

From-SVN: r214666
gcc/ChangeLog
gcc/varasm.c