[m-rev.] diff: hlds_llds.m

Fergus Henderson fjh at cs.mu.OZ.AU
Wed Apr 14 16:18:43 AEST 2004


On 10-Apr-2004, Zoltan Somogyi <zs at cs.mu.OZ.AU> wrote:
> Index: compiler/code_info.m
...
> @@ -3246,11 +3253,11 @@
>  	code_info__get_next_non_reserved(!.CI, NextNonReserved),
>  	code_info__get_var_locn_info(!.CI, VarLocnInfo0),
>  	(
> -		map__search(FollowVarsMap, Var, PrefLval),
> -		PrefLval = reg(PrefRegType, PrefRegNum),
> +		map__search(FollowVarsMap, Var, PrefLocn),
> +		PrefLocn = abs_reg(PrefRegNum),
> +		% ZZZ
>  		PrefRegNum >= 1

What's the ZZZ for?

-- 
Fergus Henderson                    |  "I have always known that the pursuit
                                    |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list