]> gcc.gnu.org Git - gcc.git/commitdiff
genrecog.c (add_to_sequence): Thinko last change: delete shadowing allow_const_int...
authorRichard Henderson <rth@cygnus.com>
Sun, 10 Oct 1999 19:04:29 +0000 (12:04 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 10 Oct 1999 19:04:29 +0000 (12:04 -0700)
        * genrecog.c (add_to_sequence): Thinko last change: delete
        shadowing allow_const_int variable.

From-SVN: r29891

gcc/ChangeLog
gcc/genrecog.c

index c0afb4e7fbe885c5a9ce38af2aa1b1f9884eaace..5d61baf6c9b21075e30ef2ac0e71a3942e85120d 100644 (file)
@@ -1,3 +1,8 @@
+Sun Oct 10 12:03:21 1999  Richard Henderson  <rth@cygnus.com>
+
+       * genrecog.c (add_to_sequence): Thinko last change: delete
+       shadowing allow_const_int variable.
+
 Sun Oct 10 08:40:00 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * cppinit.c: Use HAVE_GCC_VERSION instead of explicitly testing
index 371e5b259cb2c57f278394de5e7dc859c78b28f1..bc49d45a770642a0c920d281001589eb2edfdb97 100644 (file)
@@ -449,7 +449,7 @@ add_to_sequence (pattern, last, position, insn_type, top)
 
            if (i < NUM_KNOWN_PREDS)
              {
-               int allows_const_int, j;
+               int j;
 
                test->u.pred.index = i;
 
This page took 0.074177 seconds and 5 git commands to generate.