1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00

Removed a duplicate line

git-svn-id: svn://svn.cc65.org/cc65/trunk@60 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2000-06-12 09:29:13 +00:00
parent 3b63322f99
commit 8f1688015b

View File

@ -3838,10 +3838,6 @@ static Line* OptOneBlock (Line* L)
} else if (LineFullMatch (L, "\tjsr\tpusha")) {
/* We know about this function */
Y = 0;
} else if (LineFullMatch (L, "\tjsr\tpusha0")) {
/* We know about this function */
X = 0;
Y = 1;
} else if (LineFullMatch (L, "\tjsr\tpusha0")) {
/* We know about this function
* If X is already zero, we may call pushax instead and save two
@ -3912,7 +3908,7 @@ static Line* OptOneBlock (Line* L)
Y = -1;
} else if (LineFullMatch (L, "\tjsr\tstaxspp")) {
/* We know about this function */
Y = -1;
Y = -1;
} else if (LineFullMatch (L, "\tjsr\tstax0sp")) {
/* We know about this function */
Y = 1;