]> git.ipfire.org Git - thirdparty/gcc.git/commit
cris.c: Tweak spacing for prototypes.
authorHans-Peter Nilsson <hp@axis.com>
Wed, 28 Nov 2001 02:37:44 +0000 (02:37 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Wed, 28 Nov 2001 02:37:44 +0000 (02:37 +0000)
commit3d5568369fca6b8df9dcbd8d3100556b09c5f83a
tree0ef2873cde3d0bec88fd0b662d4a67074171ff39
parentfd2aba001d4f7cd247fb5300afca7312af7dd094
cris.c: Tweak spacing for prototypes.

* config/cris/cris.c: Tweak spacing for prototypes.
(LOSE_AND_RETURN): New macro.
(cris_operand_lossage): New function.
(cris_print_index, cris_print_base): Use cris_operand_lossage
rather than fatal_insn.
(cris_print_operand, cris_print_operand_address): Use
LOSE_AND_RETURN rather than fatal_insn and internal_error.
(cris_output_addr_const): Use LOSE_AND_RETURN and
output_operand_lossage rather than fatal_insn and internal_error
for valid but unexpected rtx expressions.

* config/cris/cris.c (cris_split_movdx): Don't call alter_subreg
for a SUBREG in src or dest, abort instead.

From-SVN: r47395
gcc/ChangeLog
gcc/config/cris/cris.c