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:
parent
b83b7fa371
commit
df15fbc7fd
@ -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
|
||||
|
@ -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}}, \
|
||||
|
Loading…
Reference in New Issue
Block a user