cvs commit: fptools/ghc/compiler/coreSyn CoreSat.lhs

Simon Marlow simonmar@glass.cse.ogi.edu
Fri, 15 Dec 2000 06:48:10 -0800


simonmar    2000/12/15 06:48:09 PST

  Modified files:
    ghc/compiler/coreSyn CoreSat.lhs 
  Log:
  Don't eta reduce something we just saturated.  (D'oh!)
  
  This fixes the problem which causes a bootstrapped HEAD compiler to
  crash.
  
  Revision  Changes    Path
  1.6       +10 -1     fptools/ghc/compiler/coreSyn/CoreSat.lhs