predicates.md (pcrel_address, [...]): Remove redundant conditionals.
authorKazu Hirata <kazu@codesourcery.com>
Wed, 23 Nov 2005 13:40:32 +0000 (13:40 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 23 Nov 2005 13:40:32 +0000 (13:40 +0000)
commit4fbe09f9dea90b631ddd4ead35a2d98714bdfc93
treef3f637abca242624397080dd1a6f45954d9713ba
parentf8d15f14743782e2ce1bd20ec64f6b294803360e
predicates.md (pcrel_address, [...]): Remove redundant conditionals.

* 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.

From-SVN: r107419
gcc/ChangeLog
gcc/config/m68k/predicates.md