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

Simon Peyton Jones simonpj@glass.cse.ogi.edu
Wed, 24 Oct 2001 01:20:04 -0700


simonpj     2001/10/24 01:20:03 PDT

  Modified files:
    ghc/compiler/simplCore Simplify.lhs 
  Log:
  	(DON'T MERGE)
  
  Fix mkAtomicArgs so that it works.  It was greviously wrong,
  leaving things like
  
  	x = I# (negateInt# y)
  
  without ANF-ing them.
  
  Revision  Changes    Path
  1.122     +24 -38    fptools/ghc/compiler/simplCore/Simplify.lhs