rs6000.h (PREDICATE_CODES): Remove PARALLEL from any_operand.

* config/rs6000/rs6000.h (PREDICATE_CODES): Remove PARALLEL from
	any_operand.

From-SVN: r85938
This commit is contained in:
David Edelsohn 2004-08-13 10:41:10 -04:00
parent 85d346f13c
commit 8a72dbd184
1 changed files with 1 additions and 1 deletions

View File

@ -2529,7 +2529,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, PARALLEL}}, \
LABEL_REF, SUBREG, REG, MEM}}, \
{"any_parallel_operand", {PARALLEL}}, \
{"zero_constant", {CONST_INT, CONST_DOUBLE, CONST, SYMBOL_REF, \
LABEL_REF, SUBREG, REG, MEM}}, \