OSDN Git Service

* reginfo.h (reg_classes_intersect_p): Change arguments type to
authoraesok <aesok@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 10 Jul 2010 21:42:15 +0000 (21:42 +0000)
committeraesok <aesok@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 10 Jul 2010 21:42:15 +0000 (21:42 +0000)
reg_class_t.
* rtl.h (reg_classes_intersect_p): Adjust prototype.

* config/rs6000/rs6000.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
Remove macros.
* config/rs6000/rs6000-protos.h (rs6000_register_move_cost,
rs6000_memory_move_cost): Remove
* config/rs6000/rs6000.c (TARGET_REGISTER_MOVE_COST,
TARGET_MEMORY_MOVE_COST): Define.
(rs6000_register_move_cost): Make static. Change arguments type from
enum reg_class to reg_class_t. Adjust rs6000_memory_move_cost calls.
(rs6000_memory_move_cost): Make static. Change arguments type from
'enum reg_class' to reg_class_t.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162045 138bc75d-0d04-0410-961f-82ee72b054a4


No differences found