rs6000.h (PREDICATE_CODES): Add PARALLEL to any_operand.

2002-03-18  Aldy Hernandez  <aldyh@redhat.com>

        * config/rs6000/rs6000.h (PREDICATE_CODES): Add PARALLEL to
        any_operand.

From-SVN: r50943
This commit is contained in:
Aldy Hernandez 2002-03-18 04:20:17 +00:00 committed by Aldy Hernandez
parent b83b7fa371
commit df15fbc7fd
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-03-18 Aldy Hernandez <aldyh@redhat.com>
* config/rs6000/rs6000.h (PREDICATE_CODES): Add PARALLEL to
any_operand.
2002-03-17 Richard Henderson <rth@redhat.com>
* config/alpha/alpha.c (alpha_emit_set_const_1): Build add insns

View File

@ -2730,7 +2730,7 @@ extern char rs6000_reg_names[][8]; /* register names (0 vs. %r0). */
#define PREDICATE_CODES \
{"any_operand", {CONST_INT, CONST_DOUBLE, CONST, SYMBOL_REF, \
LABEL_REF, SUBREG, REG, MEM}}, \
LABEL_REF, SUBREG, REG, MEM, PARALLEL}}, \
{"zero_constant", {CONST_INT, CONST_DOUBLE, CONST, SYMBOL_REF, \
LABEL_REF, SUBREG, REG, MEM}}, \
{"short_cint_operand", {CONST_INT}}, \