George Koehler
|
3d6ee435cf
|
Fix pattern that was rewriting func(! var, var) as func(1).
Bug reported by Rune, see
- https://sourceforge.net/p/tack/mailman/message/35809953/
- https://github.com/davidgiven/ack/issues/62
In EM code, beq and bne pop 2 values and compare them, but teq and tne
pop only 1 value and compare it with zero. We need cms to compare 2
values; other patterns may convert cmi or cmu to cms.
|
2017-10-29 14:53:33 -04:00 |
|