[Git][ghc/ghc][master] Fix a Note name in CmmNode
Marge Bot
gitlab at gitlab.haskell.org
Thu Jun 20 02:13:49 UTC 2019
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
8584430e by Ömer Sinan Ağacan at 2019-06-19T12:00:11Z
Fix a Note name in CmmNode
("Continuation BlockIds" is referenced in CmmProcPoint)
[skip ci]
- - - - -
1 changed file:
- compiler/cmm/CmmNode.hs
Changes:
=====================================
compiler/cmm/CmmNode.hs
=====================================
@@ -114,7 +114,7 @@ data CmmNode e x where
cml_cont :: Maybe Label,
-- Label of continuation (Nothing for return or tail call)
--
- -- Note [Continuation BlockId]: these BlockIds are called
+ -- Note [Continuation BlockIds]: these BlockIds are called
-- Continuation BlockIds, and are the only BlockIds that can
-- occur in CmmExprs, namely as (CmmLit (CmmBlock b)) or
-- (CmmStackSlot (Young b) _).
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/8584430e1d5f45fec33c783fc3bd6b781fad68de
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/8584430e1d5f45fec33c783fc3bd6b781fad68de
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20190619/886e56ed/attachment.html>
More information about the ghc-commits
mailing list