From: ceriel Date: Thu, 11 Jan 1990 16:33:53 +0000 (+0000) Subject: use LABEL_STARTER X-Git-Tag: release-5-5~1959 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=7fed954836c9c6f5e2b3c30e763ec15ca53f1c84;p=ack.git use LABEL_STARTER --- diff --git a/mach/vax4/top/table b/mach/vax4/top/table index 6b726d3ea..809f2912b 100644 --- a/mach/vax4/top/table +++ b/mach/vax4/top/table @@ -1,12 +1,11 @@ /* VAX descriptor table for ACK target optimizer, - * Prolog prototype */ /* tunable constants-> */ MAXOP 4; MAXLINELEN 50; -LABEL_STARTER 'L'; +LABEL_STARTER 'I'; OPC_TERMINATOR ' '; %%; @@ -18,7 +17,7 @@ CONST {VAL[0] == '$'}; NUM,NUM1 {is_number(VAL)}; REG {is_register(VAL)}; SREG {is_scratchreg(VAL)}; -LAB,LAB2 {VAL[0] == 'L'}; +LAB,LAB2 {VAL[0] == LABEL_STARTER}; A,B {no_side_effects(VAL) }; X,Y,LOG {TRUE};