[Git][ghc/ghc][joachim/wip/ghc-all-in-one] More stuff

Joachim Breitner (@nomeata) gitlab at gitlab.haskell.org
Wed Apr 26 06:22:24 UTC 2023



Joachim Breitner pushed to branch joachim/wip/ghc-all-in-one at Glasgow Haskell Compiler / GHC


Commits:
64fe295f by Joachim Breitner at 2023-04-25T20:02:53+02:00
More stuff

- - - - -


1 changed file:

- compiler/GHC/Cmm/CLabel.hs


Changes:

=====================================
compiler/GHC/Cmm/CLabel.hs
=====================================
@@ -1444,7 +1444,6 @@ pprCLabel platform lbl = pprCLabelStyle platform CStyle lbl
 {-# SPECIALIZE pprCLabel :: Platform -> CLabel -> HLine #-} -- see Note [SPECIALIZE to HDoc] in GHC.Utils.Outputable
 
 instance OutputableP Platform CLabel where
-  {-# INLINE pdoc #-} -- see Note [Bangs in CLabel]
   pdoc !platform lbl = getPprStyle $ \pp_sty ->
                         case pp_sty of
                           PprDump{} -> pprCLabel platform lbl



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/64fe295fdf62f7de543a6ea17b69149c582e5d3e

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/64fe295fdf62f7de543a6ea17b69149c582e5d3e
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/20230426/7faec303/attachment.html>


More information about the ghc-commits mailing list