cvs commit: fptools/ghc/compiler/codeGen CodeGen.lhs fptools/ghc/compiler/profiling CostCentre.lhs SCCfinal.lhs fptools/ghc/compiler/simplStg SimplStg.lhs

Sigbjorn Finne sof@glass.cse.ogi.edu
Tue, 4 Dec 2001 01:45:49 -0800


sof         2001/12/04 01:45:49 PST

  Modified files:
    ghc/compiler/codeGen CodeGen.lhs 
    ghc/compiler/profiling CostCentre.lhs SCCfinal.lhs 
    ghc/compiler/simplStg SimplStg.lhs 
  Log:
  minor tidyup - move CollectedCCs tysyn to CostCentre (from SCCFinal), and
  make use of it where that cost-centre info triple is being passed&returned.
  
  Revision  Changes    Path
  1.44      +21 -27    fptools/ghc/compiler/codeGen/CodeGen.lhs
  1.37      +9 -0      fptools/ghc/compiler/profiling/CostCentre.lhs
  1.33      +0 -4      fptools/ghc/compiler/profiling/SCCfinal.lhs
  1.42      +6 -9      fptools/ghc/compiler/simplStg/SimplStg.lhs