*** empty log message ***
From-SVN: r799
This commit is contained in:
parent
35bd4a7a4b
commit
21163e24aa
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user