OSDN Git Service

* ira-color.c (print_hard_regs_subforest): Use
authorktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Dec 2011 12:27:20 +0000 (12:27 +0000)
committerktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Dec 2011 12:27:20 +0000 (12:27 +0000)
commit7867279afcee7141e9b74852e0cf90963a98ad23
tree469a2baca1a0d0b5ec5a302e508add2536cb1836
parent0dcd7d210766bdb6a5b40324c5d0aaa2df5a047e
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182161 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/ira-color.c
gcc/ira-conflicts.c