]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gensupport.c (std_preds): Fixed extraneous `false` in last change.
authorGraham Stott <graham.stott@btinternet.com>
Sun, 20 Nov 2005 15:02:13 +0000 (15:02 +0000)
committerGraham Stott <grahams@gcc.gnu.org>
Sun, 20 Nov 2005 15:02:13 +0000 (15:02 +0000)
* gensupport.c (std_preds): Fixed extraneous `false` in last change.

From-SVN: r107252

gcc/ChangeLog
gcc/gensupport.c

index 9371555a60af0702090d938de327a761a977915f..bb1d5ab39c1590f3cdadc7cc6c66bf6bb5103171 100644 (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
index c5062343d28a78c47aff3d6063c7b4d96d76ea25..5e29e4418ebed9d474415bb822168799305d367f 100644 (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}},