]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
*** empty log message ***
authorRichard Kenner <kenner@gcc.gnu.org>
Sun, 19 Apr 1992 22:27:26 +0000 (18:27 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 19 Apr 1992 22:27:26 +0000 (18:27 -0400)
From-SVN: r799

gcc/genextract.c

index fb58aaf35effb5fc602047446fed99c5dcb2f314..e26ae4c9d167f9457ce497862fd45250f1b3d7d0 100644 (file)
@@ -274,7 +274,7 @@ walk_rtx (x, path)
          int j;
          for (j = XVECLEN (x, i) - 1; j >= 0; j--)
            {
-             newpath[depth] = 'a' + i;
+             newpath[depth] = 'a' + j;
              walk_rtx (XVECEXP (x, i, j), newpath);
            }
        }