summaryrefslogtreecommitdiff
path: root/compiler/GHC/Cmm/BlockId.hs-boot
blob: 4588ce1282367f5104deb1ba20c0e0e9879515f4 (plain)
1
2
3
4
5
6
7
8
module GHC.Cmm.BlockId (BlockId, mkBlockId) where

import GHC.Cmm.Dataflow.Label (Label)
import GHC.Types.Unique (Unique)

type BlockId = Label

mkBlockId :: Unique -> BlockId