This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r169787 - in /trunk/gcc: ChangeLog config/rx/pr...


Author: nickc
Date: Thu Feb  3 11:38:35 2011
New Revision: 169787

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169787
Log:
	* 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.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/rx/predicates.md
    trunk/gcc/config/rx/rx.c
    trunk/gcc/config/rx/rx.md


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]