mmix.md ("*call_real"): Fix typo in comment.
authorHans-Peter Nilsson <hp@bitrange.com>
Sun, 30 Dec 2001 16:48:59 +0000 (16:48 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Sun, 30 Dec 2001 16:48:59 +0000 (16:48 +0000)
commite9fef64c581d5893d6a8e836afbef0e76f75ecb9
treef14933bc7e33f69bf9f09aa3bb51acf87467e54b
parentf6e67fa57e69c982c4895216323b74056fd3d7ad
mmix.md ("*call_real"): Fix typo in comment.

* config/mmix/mmix.md ("*call_real"): Fix typo in comment.
* config/mmix/mmix.h (EXTRA_CONSTRAINT): Pass MMIX_REG_OK_STRICT
to mmix_extra_constraint.
* config/mmix/mmix.c (mmix_secondary_reload_class): Only handle
non-global register classes.  Mark now unused parameters as such.
(mmix_extra_constraint, 'U'): Use new parameter strict and call
calling memory_operand_p or strict_memory_address_p, not
address_operand.
* config/mmix/mmix-protos.h (mmix_extra_constraint): Add parameter.

From-SVN: r48402
gcc/ChangeLog
gcc/config/mmix/mmix-protos.h
gcc/config/mmix/mmix.c
gcc/config/mmix/mmix.h
gcc/config/mmix/mmix.md