cvs commit: fptools/ghc/compiler/codeGen CgCase.lhs fptools/ghc/compiler/simplCore SimplUtils.lhs

Julian Seward sewardj@glass.cse.ogi.edu
Thu, 11 Oct 2001 07:31:45 -0700


sewardj     2001/10/11 07:31:45 PDT

  Modified files:
    ghc/compiler/codeGen CgCase.lhs 
    ghc/compiler/simplCore SimplUtils.lhs 
  Log:
    Correctly handle unboxed tuples when converting DEFAULT alts to
    unboxed tuple constructors in case args.  (I'm sure this could
    be worded better).  Branch and HEAD have drifted too far apart
    for easy common commit for this, so is committed seperately for
    ghc-5-02-branch.
  
  Revision  Changes    Path
  1.54      +16 -11    fptools/ghc/compiler/codeGen/CgCase.lhs
  1.73      +5 -3      fptools/ghc/compiler/simplCore/SimplUtils.lhs