-1 is now represented as such

This commit is contained in:
ceriel 1987-05-18 15:54:52 +00:00
parent 45f384c870
commit e0c3807b29

View file

@ -17,7 +17,7 @@ A,B {no_side_effects(VAL) };
X,Y {TRUE };
REG {is_register(VAL) }; /* register */
SREG {is_scratchreg(VAL) }; /* scratch reg */
M_ONE {strcmp(VAL,"$037777777777") == 0 }; /* -1 */
M_ONE {strcmp(VAL,"$-1") == 0 }; /* -1 */
LAB,L1,L2 {VAL[0] == 'I' }; /* label */
%%;