Commit 1815d8d4 by Graham Stott Committed by Graham Stott

gensupport.c (std_preds): Fixed extraneous `false` in last change.


	* gensupport.c (std_preds): Fixed extraneous `false` in last change.

From-SVN: r107252
parent 84700346
2005-11-20 Graham Stott <btinternet.com>
* gensupport.c (std_preds): Fixed extraneous `false` in last change.
2005-11-20 Andreas Schwab <schwab@suse.de> 2005-11-20 Andreas Schwab <schwab@suse.de>
PR target/24757 PR target/24757
......
...@@ -1242,7 +1242,7 @@ static const struct std_pred_table std_preds[] = { ...@@ -1242,7 +1242,7 @@ static const struct std_pred_table std_preds[] = {
{"const_double_operand", false, {CONST_INT, CONST_DOUBLE}}, {"const_double_operand", false, {CONST_INT, CONST_DOUBLE}},
{"nonimmediate_operand", false, {SUBREG, REG, MEM}}, {"nonimmediate_operand", false, {SUBREG, REG, MEM}},
{"nonmemory_operand", false, {CONST_INT, CONST_DOUBLE, CONST, SYMBOL_REF, {"nonmemory_operand", false, {CONST_INT, CONST_DOUBLE, CONST, SYMBOL_REF,
false, LABEL_REF, SUBREG, REG}}, LABEL_REF, SUBREG, REG}},
{"push_operand", false, {MEM}}, {"push_operand", false, {MEM}},
{"pop_operand", false, {MEM}}, {"pop_operand", false, {MEM}},
{"memory_operand", false, {SUBREG, MEM}}, {"memory_operand", false, {SUBREG, 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