> 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