[commit: ghc] master: Fix reference to note (028630a)

git at git.haskell.org git at git.haskell.org
Fri Aug 1 11:46:10 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/028630ab2153d4a6eb473fef6e18130388a68636/ghc

>---------------------------------------------------------------

commit 028630ab2153d4a6eb473fef6e18130388a68636
Author: Simon Marlow <marlowsd at gmail.com>
Date:   Thu Jul 31 11:47:28 2014 +0100

    Fix reference to note


>---------------------------------------------------------------

028630ab2153d4a6eb473fef6e18130388a68636
 compiler/cmm/CmmLayoutStack.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/cmm/CmmLayoutStack.hs b/compiler/cmm/CmmLayoutStack.hs
index db22deb..c582b78 100644
--- a/compiler/cmm/CmmLayoutStack.hs
+++ b/compiler/cmm/CmmLayoutStack.hs
@@ -870,7 +870,7 @@ areaToSp _ _ _ _ other = other
 -- really the job of the stack layout algorithm, hence we do it now.
 
 optStackCheck :: CmmNode O C -> CmmNode O C
-optStackCheck n = -- Note [null stack check]
+optStackCheck n = -- Note [Always false stack check]
  case n of
    CmmCondBranch (CmmLit (CmmInt 0 _)) _true false -> CmmBranch false
    other -> other



More information about the ghc-commits mailing list