mips.h (set_volatile): Delete.
commit07045266050a099eba38651b6c56730b9674e3be
authorRichard Sandiford <rsandifo@nildram.co.uk>
Thu, 18 Oct 2007 17:34:31 +0000 (18 17:34 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Thu, 18 Oct 2007 17:34:31 +0000 (18 17:34 +0000)
tree65fb460e83c2ffe60bf5a77b4a51017757030422
parentab77a036ff36a414ba6c54d03216d03cf0797591
mips.h (set_volatile): Delete.

gcc/
* config/mips/mips.h (set_volatile): Delete.
* config/mips/mips.c (set_volatile): Delete.
(mips_print_operand_punctuation): New function, split out from
print_operand.  Remove '%{', '%}', '%~', '%&' and '%!'.
Use the same character ordering in the code and the comments.
Use a recursive call to handle '*'.  Abort on unknown characters.
(mips_init_print_operand_punct): New function, split out from
override_options.
(mips_print_int_branch_condition): New function, split out from
print_operand.  Use GET_RTX_NAME.  Use output_operand_lossage
to report unexpected codes.
(mips_print_float_branch_condition): New function, split out from
print_operand.  Use output_operand_lossage to report unexpected codes.
(print_operand): Rework to use a case statement.  Use the
same letter ordering in the code and the comments.  Use
output_operand_lossage to report unexpected codes and
reverse_condition to handle inverted branch conditions.
(override_options): Use mips_init_print_operand_punct.

From-SVN: r129453
gcc/ChangeLog
gcc/config/mips/mips.c
gcc/config/mips/mips.h