summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2023-04-25 20:02:53 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2023-04-25 20:02:53 +0200
commit64fe295fdf62f7de543a6ea17b69149c582e5d3e (patch)
tree96244fa99045699eef0cd19360ea2f564f365780
parent2ed0ca8a00b441697eaa316d21fb221163f9a977 (diff)
downloadhaskell-joachim/wip/ghc-all-in-one.tar.gz
-rw-r--r--compiler/GHC/Cmm/CLabel.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/GHC/Cmm/CLabel.hs b/compiler/GHC/Cmm/CLabel.hs
index c492e8e7c1..66f7798f9f 100644
--- a/compiler/GHC/Cmm/CLabel.hs
+++ b/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