simplified a bit to make the resulting optimizer smaller; Added a

constant w2 that can be used in the patterns instead of 2*w
This commit is contained in:
ceriel
1989-02-02 11:41:31 +00:00
parent 1f60decc07
commit 3690e264bf
9 changed files with 307 additions and 114 deletions

View File

@@ -12,6 +12,7 @@ sfit return(SFIT);
ufit return(UFIT);
rotate return(ROTATE);
p return(PSIZE);
w2 return(DWSIZE);
w return(WSIZE);
defined return(DEFINED);
undefined return(UNDEFINED);