mmix.h: Improve comments.
authorHans-Peter Nilsson <hp@bitrange.com>
Mon, 10 Jun 2002 22:23:03 +0000 (22:23 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Mon, 10 Jun 2002 22:23:03 +0000 (22:23 +0000)
commit38e186196316a1ddea765d5a1bff2815999597b8
tree7028ed87fdb81aa2436b5b29cb90257b79094c0d
parentac17cd8f7d5ec49b47ed17ffdf5ad1aeb8024cdb
mmix.h: Improve comments.

* config/mmix/mmix.h: Improve comments.
(CPP_SPEC, CPP_PREDEFINES): Don't define.
(TARGET_CPU_CPP_BUILTINS): Define.
(CANONICALIZE_COMPARISON): Don't define, replace with comment.
(PREDICATE_CODES) <"mmix_reg_or_8bit_or_256_operand">: Remove
unused predicate.
* config/mmix/mmix.c (MMIX_OUTPUT_REGNO): Add cast to avoid
compiler warning.
(mmix_constant_address_p): Remove another
redundant test before case.
(mmix_canonicalize_comparison): Remove unused function.
(mmix_print_operand_address): Don't test and adjust for operand in
non-canonical format.
(mmix_reg_or_8bit_or_256_operand): Remove unused predicate.
(mmix_gen_compare_reg): Don't use CANONICALIZE_COMPARISON.

From-SVN: r54474
gcc/ChangeLog
gcc/config/mmix/mmix.c
gcc/config/mmix/mmix.h