Commit 8a72dbd1 by David Edelsohn

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

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

From-SVN: r85938
parent 85d346f1
......@@ -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}}, \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment