cvs commit: fptools/ghc/compiler/coreSyn CoreSat.lhs CoreSyn.lhs
fptools/ghc/compiler/simplCore Simplify.lhs fptools/ghc/compiler/stgSyn
CoreToStg.lhs
Simon Peyton Jones
simonpj@glass.cse.ogi.edu
Mon, 26 Feb 2001 07:42:24 -0800
simonpj 2001/02/26 07:42:24 PST
Modified files:
ghc/compiler/coreSyn CoreSat.lhs CoreSyn.lhs
ghc/compiler/simplCore Simplify.lhs
ghc/compiler/stgSyn CoreToStg.lhs
Log:
Move seq/par munging from CoreToStg to CoreSat
Revision Changes Path
1.14 +61 -3 fptools/ghc/compiler/coreSyn/CoreSat.lhs
1.40 +1 -0 fptools/ghc/compiler/coreSyn/CoreSyn.lhs
1.102 +3 -3 fptools/ghc/compiler/simplCore/Simplify.lhs
1.70 +1 -32 fptools/ghc/compiler/stgSyn/CoreToStg.lhs