cvs commit: fptools/ghc/compiler/cmm PprC.hs

Simon Marlow simonmar at microsoft.com
Fri Feb 20 09:54:41 EST 2004


 
> dons        2004/02/19 22:09:32 PST
> 
>   Modified files:        (Branch: backend-hacking-branch)
>     ghc/compiler/cmm     PprC.hs 
>   Log:
>   On second thought, undo the subscripted vanilla reg ppr: gcc just
>   compains too much.

This is why I hadn't done it yet - to subscript R1 you need to use
R1.p[n] (not R1.w[n]).

Cheers,
	Simon


More information about the Cvs-ghc mailing list