predicates.md: New file.
authorHans-Peter Nilsson <hp@bitrange.com>
Wed, 4 May 2005 22:36:14 +0000 (22:36 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Wed, 4 May 2005 22:36:14 +0000 (22:36 +0000)
commitcc73528f07789d3453eccd695cc7703755819dad
tree03a03a8cd0be912065aeed553739dd3eaca9b75a
parent29572b4dae9eb1605bf7bdbcc9517ca01c5297b1
predicates.md: New file.

* 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.

From-SVN: r99235
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]