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

import GHC.Utils.Outputable
import GHC.Platform

data CLabel

pprCLabel :: Platform -> CLabel -> SDoc