ira-color.c (print_hard_regs_subforest): Use HOST_WIDEST_INT_PRINT_DEC instead of...
authorKai Tietz <ktietz@redhat.com>
Fri, 9 Dec 2011 12:27:20 +0000 (13:27 +0100)
committerKai Tietz <ktietz@gcc.gnu.org>
Fri, 9 Dec 2011 12:27:20 +0000 (13:27 +0100)
commitfb5503484f7463c2a523fed993f58e58289ba59b
tree469a2baca1a0d0b5ec5a302e508add2536cb1836
parent3447cae6cc1fde20eff4915ecba391ef7ac257bf
ira-color.c (print_hard_regs_subforest): Use HOST_WIDEST_INT_PRINT_DEC instead of %lld.

* ira-color.c (print_hard_regs_subforest): Use
HOST_WIDEST_INT_PRINT_DEC instead of %lld.
(allocno_hard_regs): Change type of cost member
to HOST_WIDEST_INT.
(add_allocno_hard_regs): Change type of argument cost
to HOST_WIDEST_INT.
* ira-conflict.c (build_conflict_bit_table): Replace use
of long-long by HOST_WIDEST_INT.

From-SVN: r182161
gcc/ChangeLog
gcc/ira-color.c
gcc/ira-conflicts.c