Anatoly Sokolov schrieb:
Hi.
This patch removes obsolete REGISTER_MOVE_COST and MEMORY_MOVE_COST
Why are they obsolete?
The internals do not say they are obsolete and the PRINT_* hoohs
documentation does not mention a replacement. There is not even a
documentation for target hooks
TARGET_PRINT_OPERAND
TARGET_PRINT_OPERAND_ADDRESS
TARGET_PRINT_OPERAND_PUNCT_VALID_P
Johann
macros from the Blackfin back end in the GCC and introduces equivalent
TARGET_REGISTER_MOVE_COST and TARGET_MEMORY_MOVE_COST target hooks.
[...]
Anatoly.