Commit 21163e24 by Richard Kenner

*** empty log message ***

From-SVN: r799
parent 35bd4a7a
......@@ -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);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment