summaryrefslogtreecommitdiff
path: root/compiler/GHC/Cmm/CLabel.hs-boot
blob: 8fb1b744232a32d8d3a71f4278fe5e1ca61d7e4f (plain)
1
2
3
4
5
6
7
8
9
module GHC.Cmm.CLabel where

import GHC.Utils.Outputable
import GHC.Platform

data CLabel

pprCLabel :: Platform -> LabelStyle -> CLabel -> SDoc