predicates.md (rx_zs_comparison_operator): Remove lt and ge.
authorNick Clifton <nickc@redhat.com>
Thu, 3 Feb 2011 11:38:35 +0000 (11:38 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Thu, 3 Feb 2011 11:38:35 +0000 (11:38 +0000)
commit6479ed4b0718c1032a5b4ff926897a63cb935c14
tree1491923fd5e9f8d9ef2190f4b9931291ba830428
parent65450d64b7ea2c26eb03dd0557703440c24a112a
predicates.md (rx_zs_comparison_operator): Remove lt and ge.

* config/rx/predicates.md (rx_zs_comparison_operator): Remove
lt and ge.
* config/rx/rx.md (abssi2_flags): Use CC_ZSmode rather than
CC_ZSOmode.
* config/rx/rx.c (rx_print_operand): Use "lt" and "ge" suffixes
instead of "n" and "pz".
(flags_from_code): LT and GE tests need CC_FLAG_O as well as
CC_FLAG_S.

From-SVN: r169787
gcc/ChangeLog
gcc/config/rx/predicates.md
gcc/config/rx/rx.c
gcc/config/rx/rx.md