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]

r107419 - in /trunk/gcc: ChangeLog config/m68k/...


Author: kazu
Date: Wed Nov 23 13:40:32 2005
New Revision: 107419

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107419
Log:
	* config/m68k/predicates.md (pcrel_address, extend_operator,
	post_inc_operand, pre_dec_operand): Remove redundant
	conditionals.
	(const_uint32_operand, const_sint32_operand): Use gcc_assert
	instead of abort.
	(valid_dbcc_comparison_p): Rewrite in the lisp style.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/m68k/predicates.md


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