1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-06-30 21:29:36 +00:00

Remove a debugging message

This commit is contained in:
Karol Stasiak 2020-04-06 13:28:23 +02:00
parent 49c916fea1
commit eba91e26e5

View File

@ -194,7 +194,6 @@ object TwoVariablesToIndexRegistersOptimization extends AssemblyOptimization[Ass
canBeInlined(vx, vy, "-", loadedY, xs)
case (AssemblyLine0(LDY, _, constant), _) :: xs if "--" == vy && !constant.refersTo(vx) =>
println(s"$constant doesn't refer to $vx")
canBeInlined(vx, vy, loadedX, "-", xs)
case (l@AssemblyLine0(STY, ZeroPage | Absolute, _), _) :: xs if loadedY == vx =>