reg-stack.c (replace_reg): Use IN_RANGE macro in gcc_assert().
authorUros Bizjak <ubizjak@gmail.com>
Mon, 26 Mar 2007 08:34:01 +0000 (10:34 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Mon, 26 Mar 2007 08:34:01 +0000 (10:34 +0200)
commit8dde5924c6d38506f903070704352714d54e6aa8
tree497c4155e0c61defa1e0d4948f2dfccb6efb8afd
parent04375334a4faf46528727cb54400e7d60aa80e22
reg-stack.c (replace_reg): Use IN_RANGE macro in gcc_assert().

* reg-stack.c (replace_reg): Use IN_RANGE macro in gcc_assert().
        * config/i386/constraints.md
(define_constraint "I"): Use IN_RANGE macro.
(define_constraint "J"): Ditto.
(define_constraint "K"): Ditto.
(define_constraint "M"): Ditto.
(define_constraint "N"): Ditto.
(define_constraint "O"): Ditto.
* config/i386/predicates.md
(define_predicate "register_no_elim_operand"): Use IN_RANGE macro.
(define_predicate "const_0_to_3_operand"): Ditto.
(define_predicate "const_0_to_7_operand"): Ditto.
(define_predicate "const_0_to_15_operand"): Ditto.
(define_predicate "const_0_to_63_operand"): Ditto.
(define_predicate "const_0_to_255_operand"): Ditto.
(define_predicate "const_1_to_31_operand"): Ditto.
(define_predicate "const_2_to_3_operand"): Ditto.
(define_predicate "const_4_to_7_operand"): Ditto.

From-SVN: r123210
gcc/ChangeLog
gcc/config/i386/constraints.md
gcc/config/i386/predicates.md
gcc/reg-stack.c