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

import GHC.Utils.Outputable
import GHC.Platform

data CLabel

pprCLabel :: IsLine doc => Platform -> CLabel -> doc