logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

cvs commit: fptools/ghc/compiler/cmm CmmUtils.hs: msg#00201

Subject: cvs commit: fptools/ghc/compiler/cmm CmmUtils.hs
simonmar    2004/01/26 09:30:57 PST

  Modified files:        (Branch: backend-hacking-branch)
    ghc/compiler/cmm     CmmUtils.hs 
  Log:
  - Replace cmmOffSet with cmmOffsetW and cmmOffsetB to make it clear
    whether we're using byte or word offsets.  Similarly for
    cmmRegOff and cmmLabelOff.
  
  - We're a bit fast and loose with MachReps here: wordRep is assumed
    in a few places, so I've added some ASSERTS to catch bad uses.
  
  Revision  Changes    Path
  1.1.2.8   +37 -27    fptools/ghc/compiler/cmm/Attic/CmmUtils.hs


<Prev in Thread] Current Thread [Next in Thread>