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