From 64fe295fdf62f7de543a6ea17b69149c582e5d3e Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Tue, 25 Apr 2023 20:02:53 +0200 Subject: More stuff --- compiler/GHC/Cmm/CLabel.hs | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.1