PR target/50566
authorgjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Sep 2011 16:24:57 +0000 (16:24 +0000)
committergjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Sep 2011 16:24:57 +0000 (16:24 +0000)
commitae86bb4726143f21675038d6b7977ba21035f8d9
tree1d1f74506ecc51c8e605cf4724167644add18e1e
parent2f0e736f35f15ad7624f66562f8e2856b118f6f7
PR target/50566
* config/avr/avr-log.c (avr_log_vadump): Use %b to print bool.
* config/avr/avr.c (avr_rtx_costs_1): New static function, renamed
from avr_rtx_costs.
(avr_legitimate_address_p): Use avr_edump to print log information
filtered by avr_log.
(extra_constraint_Q): Ditto.
(avr_legitimize_address): Ditto.
(avr_rtx_costs): Ditto.  Rewrite as wrapper for avr_rtx_costs_1.
(final_prescan_insn): Use avr_log.rtx_costs as filter.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@179359 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/avr/avr-log.c
gcc/config/avr/avr.c