OSDN Git Service

* config/mmix/predicates.md: New file.
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 May 2005 22:36:14 +0000 (22:36 +0000)
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 May 2005 22:36:14 +0000 (22:36 +0000)
commitc1b79797f3d51d3da692b02a6c24c7ebc10b75af
tree03a03a8cd0be912065aeed553739dd3eaca9b75a
parent39e5421e227986343931ae97ae92a2415e41bda7
* config/mmix/predicates.md: New file.
* config/mmix/mmix.c (mmix_symbolic_or_address_operand)
(mmix_reg_or_constant_operand, mmix_reg_cc_operand)
(mmix_foldable_comparison_operator, mmix_comparison_operator)
(mmix_reg_or_0_operand, mmix_reg_or_8bit_operand): Remove.
* config/mmix/mmix.h (PREDICATE_CODES, SPECIAL_MODE_PREDICATES):
Don't define.
* config/mmix/mmix.md: Include predicates.md.
("call", "call_value"): Force address to register if it isn't a
mmix_symbolic_or_address_operand.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99235 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/mmix/mmix.c
gcc/config/mmix/mmix.h
gcc/config/mmix/mmix.md
gcc/config/mmix/predicates.md [new file with mode: 0644]