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

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

From-SVN: r107252
This commit is contained in:
Graham Stott 2005-11-20 15:02:13 +00:00 committed by Graham Stott
parent 8470034667
commit 1815d8d463
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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>
PR target/24757

View File

@ -1242,7 +1242,7 @@ static const struct std_pred_table std_preds[] = {
{"const_double_operand", false, {CONST_INT, CONST_DOUBLE}},
{"nonimmediate_operand", false, {SUBREG, REG, MEM}},
{"nonmemory_operand", false, {CONST_INT, CONST_DOUBLE, CONST, SYMBOL_REF,
false, LABEL_REF, SUBREG, REG}},
LABEL_REF, SUBREG, REG}},
{"push_operand", false, {MEM}},
{"pop_operand", false, {MEM}},
{"memory_operand", false, {SUBREG, MEM}},