X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FcodeGen%2FCgMonad.lhs;fp=ghc%2Fcompiler%2FcodeGen%2FCgMonad.lhs;h=4ba8f093b33df0aee1d9d74d132a0d6ee59d84ff;hb=7504acab79c4ac75159337c50050c254d83e5184;hp=d9d0801a03fe7bef0df2c718cb826f656d0e7bda;hpb=c418e72f39aee1510267d5c96fd4d7227cd455d9;p=ghc-hetmet.git diff --git a/ghc/compiler/codeGen/CgMonad.lhs b/ghc/compiler/codeGen/CgMonad.lhs index d9d0801..4ba8f09 100644 --- a/ghc/compiler/codeGen/CgMonad.lhs +++ b/ghc/compiler/codeGen/CgMonad.lhs @@ -1,7 +1,7 @@ % % (c) The GRASP/AQUA Project, Glasgow University, 1992-1998 % -% $Id: CgMonad.lhs,v 1.42 2004/11/26 16:20:10 simonmar Exp $ +% $Id: CgMonad.lhs,v 1.43 2004/12/08 14:32:31 simonpj Exp $ % \section[CgMonad]{The code generation monad} @@ -280,7 +280,7 @@ data StackUsage hwSp :: VirtualSpOffset } -- Highest value ever taken by virtSp --- INVARAINT: The environment contains no Stable references to +-- INVARIANT: The environment contains no Stable references to -- stack slots below (lower offset) frameSp -- It can contain volatile references to this area though.