1
0
mirror of https://github.com/KarolS/millfork.git synced 2025-01-26 20:33:02 +00:00

Remove debugging

This commit is contained in:
Karol Stasiak 2018-12-27 22:02:13 +01:00
parent f848bf898c
commit 95e37d63f1

View File

@ -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 =>