dwarf2out.c: Include rtl-iter.h.
authorRichard Sandiford <rdsandiford@googlemail.com>
Thu, 28 Aug 2014 06:23:04 +0000 (06:23 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Thu, 28 Aug 2014 06:23:04 +0000 (06:23 +0000)
commita4ba89ffcaad2f331a0fcc5d236f0b114afde8cc
treef1e2fc2e30445f13dd67b7d2ee7b4850ece51ec6
parentd7111da854bd560e3ea576ef954a8e93151a198c
dwarf2out.c: Include rtl-iter.h.

gcc/
* dwarf2out.c: Include rtl-iter.h.
(const_ok_for_output_1): Take the rtx instead of a pointer to it.
Remove unused data parameter.  Return a bool, inverting the result
so that 0/false means "not ok".
(const_ok_for_output): Update accordingly.  Use FOR_EACH_SUBRTX_VAR
instead of for_each_rtx.

From-SVN: r214636
gcc/ChangeLog
gcc/dwarf2out.c