Commit a2b498cb by Zack Weinberg Committed by Zack Weinberg

recog.h (struct insn_operand_data): Shrink 'mode' field to 16 bits.

	* recog.h (struct insn_operand_data): Shrink 'mode' field
	to 16 bits.

From-SVN: r44839
parent ccea0d85
2001-08-12 Zack Weinberg <zackw@panix.com>
* recog.h (struct insn_operand_data): Shrink 'mode' field
to 16 bits.
2001-08-12 Kazu Hirata <kazu@hxi.com>
* gcc.c: Fix comment formatting.
......
......@@ -219,7 +219,7 @@ struct insn_operand_data
const char *constraint;
enum machine_mode mode;
ENUM_BITFIELD(machine_mode) mode : 16;
char strict_low;
......
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