cvs commit: fptools/ghc/compiler/simplCore SimplCore.lhs

Simon Marlow simonmar@glass.cse.ogi.edu
Tue, 27 Feb 2001 09:15:53 -0800


simonmar    2001/02/27 09:15:53 PST

  Modified files:
    ghc/compiler/simplCore SimplCore.lhs 
  Log:
  Don't blacklist everything in simplifyExpr.  Allow simple inlining to
  happen (actually, this is what exposed the bug I just fixed in
  HscMain.lhs).
  
  Revision  Changes    Path
  1.90      +3 -3      fptools/ghc/compiler/simplCore/SimplCore.lhs