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