mirror of
https://github.com/KarolS/millfork.git
synced 2025-01-11 12:29:46 +00:00
Remove a debugging message
This commit is contained in:
parent
49c916fea1
commit
eba91e26e5
@ -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 =>
|
||||
|
Loading…
x
Reference in New Issue
Block a user