cvs commit: fptools/ghc/compiler/codeGen CgCase.lhs fptools/ghc/compiler/simplCore
Simplify.lhs
Julian Seward
sewardj@glass.cse.ogi.edu
Thu, 11 Oct 2001 07:00:11 -0700
sewardj 2001/10/11 07:00:11 PDT
Modified files: (Branch: ghc-5-02-branch)
ghc/compiler/codeGen CgCase.lhs
ghc/compiler/simplCore Simplify.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
HEAD.
Revision Changes Path
1.52.4.1 +9 -4 fptools/ghc/compiler/codeGen/CgCase.lhs
1.109.4.2 +6 -3 fptools/ghc/compiler/simplCore/Simplify.lhs