mirror of
https://github.com/KarolS/millfork.git
synced 2025-01-26 20:33:02 +00:00
Remove debugging
This commit is contained in:
parent
f848bf898c
commit
95e37d63f1
@ -2056,9 +2056,7 @@ object AlwaysGoodOptimizations {
|
||||
},
|
||||
|
||||
(Elidable & HasOpcode(BIT) & DoesntMatterWhatItDoesWith(State.V, State.C, State.Z) & HasAddrModeIn(Absolute, ZeroPage) & MatchAddrMode(2) & MatchParameter(3)) ~
|
||||
DebugMatching ~
|
||||
(Elidable & HasOpcodeIn(BPL, BMI) & MatchParameter(1)) ~
|
||||
DebugMatching ~
|
||||
(Linear & DoesNotConcernMemoryAt(2, 3)).* ~
|
||||
(Elidable & HasOpcode(LABEL) & MatchParameter(1) & HasCallerCount(1)) ~
|
||||
(Elidable & HasOpcode(ASL) & MatchAddrMode(2) & MatchParameter(3)) ~~> { code =>
|
||||
|
Loading…
x
Reference in New Issue
Block a user