From: sater Date: Fri, 3 Aug 1984 13:16:59 +0000 (+0000) Subject: removed some superfluous patterns. X-Git-Tag: release-5-5~6133 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=59fa458a203549af1834b3175291534ca640a5ca;p=ack.git removed some superfluous patterns. Were special cases not needed with the general case. --- diff --git a/util/opt/patterns b/util/opt/patterns index 24e72d427..60325dfe2 100644 --- a/util/opt/patterns +++ b/util/opt/patterns @@ -112,7 +112,6 @@ loc ble $1==-1: zlt $2 loc dvi $1==-1 && $2==w: ngi w ldc dvi $1==-1 && $2==2*w: ngi 2*w loc loe adi $1==-1 && $3==w: loe $2 dec -loc loe mli $1==-1 && $3==w: loe $2 ngi w loc lol adi $1==-1 && $3==w: lol $2 dec loc mli $1==-1 && $2==w: ngi w ldc mli $1==-1 && $2==2*w: ngi 2*w @@ -150,9 +149,7 @@ loc blt $1==1: zle $2 loc dvi $1==1 && $2==w: ldc dvi $1==1 && $2==2*w: loc loe adi $1==1 && $3==w: loe $2 inc -loc loe mli $1==1 && $3==w: loe $2 loc lol adi $1==1 && $3==w: lol $2 inc -loc lol mli $1==1 && $3==w: lol $2 loc mli $1==1 && $2==w: loc sbi $1==1 && $2==w: dec loc loe mli $3==w: loe $2 loc $1 mli w