Added code to optimize multiplies with constants

This commit is contained in:
ceriel
1991-11-20 15:53:11 +00:00
parent aa0b70d921
commit 17352b8b8d
5 changed files with 163 additions and 3 deletions

View File

@@ -11,6 +11,8 @@ extern unsigned linecount;
extern int prodepth;
extern bool Lflag;
extern bool nflag;
extern int repl_muls;
extern bool repl_longmuls;
extern byte em_flag[];
extern line_p instrs,pseudos;
extern FILE *outfile;