dons        2004/02/19 20:38:11 PST

  Modified files:        (Branch: backend-hacking-branch)
    ghc/compiler/cmm     PprC.hs 
  Log:
  Add PprExpr case for common case of offset from Vanilla reg.
  
  So
      *((P_)R1.w+7)
  becomes
      (W_)(R1.w[7])
  
  Revision  Changes    Path
  1.1.2.38  +4 -0      fptools/ghc/compiler/cmm/Attic/PprC.hs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to