char/short equality/inequality between a memory operand and a constant, so
authorDonn Seeley <donn@ucbvax.Berkeley.EDU>
Fri, 11 Dec 1987 15:25:00 +0000 (07:25 -0800)
committerDonn Seeley <donn@ucbvax.Berkeley.EDU>
Fri, 11 Dec 1987 15:25:00 +0000 (07:25 -0800)
we cull these out.  (6) Fold some INCR and DECR templates together.  (7)
Move the most frequently used ASSIGN template to the top.  (8) Sigh -- add
several ASSIGN templates to handle various combinations with float and
double.  (9) Delete redundant SIREG template for OPLTYPE doubles.  (10)
Properly handle complements of unsigned char and short.  (11)  Replace old

SCCS-vsn: old/pcc/ccom.tahoe/table.c 1.12

usr/src/old/pcc/ccom.tahoe/table.c

index a0c21e6..14c4f39 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)table.c    1.11 (Berkeley) %G%";
+static char sccsid[] = "@(#)table.c    1.12 (Berkeley) %G%";
 #endif
 
 # include "pass2.h"
 #endif
 
 # include "pass2.h"