summaryrefslogtreecommitdiff
path: root/gcc/config/mmix/mmix-protos.h
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@bitrange.com>2001-12-30 16:48:59 +0000
committerHans-Peter Nilsson <hp@gcc.gnu.org>2001-12-30 16:48:59 +0000
commite9fef64c581d5893d6a8e836afbef0e76f75ecb9 (patch)
treef14933bc7e33f69bf9f09aa3bb51acf87467e54b /gcc/config/mmix/mmix-protos.h
parentf6e67fa57e69c982c4895216323b74056fd3d7ad (diff)
downloadgcc-e9fef64c581d5893d6a8e836afbef0e76f75ecb9.tar.gz
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
Diffstat (limited to 'gcc/config/mmix/mmix-protos.h')
-rw-r--r--gcc/config/mmix/mmix-protos.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mmix/mmix-protos.h b/gcc/config/mmix/mmix-protos.h
index b936625c707..6e0b70c3dfd 100644
--- a/gcc/config/mmix/mmix-protos.h
+++ b/gcc/config/mmix/mmix-protos.h
@@ -108,7 +108,7 @@ extern enum reg_class mmix_secondary_reload_class
PARAMS ((enum reg_class, enum machine_mode, rtx, int));
extern int mmix_const_ok_for_letter_p PARAMS ((HOST_WIDE_INT, int));
extern int mmix_const_double_ok_for_letter_p PARAMS ((rtx, int));
-extern int mmix_extra_constraint PARAMS ((rtx, int));
+extern int mmix_extra_constraint PARAMS ((rtx, int, int));
extern rtx mmix_dynamic_chain_address PARAMS ((rtx));
extern rtx mmix_return_addr_rtx PARAMS ((int, rtx));
extern rtx mmix_eh_return_stackadj_rtx PARAMS ((void));