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:
parent
8470034667
commit
1815d8d463
@ -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
|
||||
|
@ -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}},
|
||||
|
Loading…
Reference in New Issue
Block a user