replace Cmm 'hint' with 'kind'
authorNorman Ramsey <nr@eecs.harvard.edu>
Sat, 3 May 2008 22:45:14 +0000 (22:45 +0000)
committerNorman Ramsey <nr@eecs.harvard.edu>
Sat, 3 May 2008 22:45:14 +0000 (22:45 +0000)
commitb71b86cf18374f8011120c92e24ca293986e86ea
tree142a818fcd8c3b6549f701246efc844fcdba8f37
parent4b0d51372d354687f0b2f7b2c2583bed059ce315
replace Cmm 'hint' with 'kind'
C-- no longer has 'hints'; to guide parameter passing, it
has 'kinds'.  Renamed type constructor, data constructor, and record
fields accordingly
22 files changed:
compiler/cmm/Cmm.hs
compiler/cmm/CmmBrokenBlock.hs
compiler/cmm/CmmCPS.hs
compiler/cmm/CmmCPSGen.hs
compiler/cmm/CmmLint.hs
compiler/cmm/CmmLive.hs
compiler/cmm/CmmOpt.hs
compiler/cmm/CmmProcPointZ.hs
compiler/cmm/CmmUtils.hs
compiler/cmm/PprC.hs
compiler/cmm/PprCmm.hs
compiler/cmm/ZipCfgCmmRep.hs
compiler/codeGen/CgCase.lhs
compiler/codeGen/CgClosure.lhs
compiler/codeGen/CgExpr.lhs
compiler/codeGen/CgForeignCall.hs
compiler/codeGen/CgHpc.hs
compiler/codeGen/CgPrimOp.hs
compiler/codeGen/CgProf.hs
compiler/codeGen/CgUtils.hs
compiler/nativeGen/AsmCodeGen.lhs
compiler/nativeGen/MachCodeGen.hs