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

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

type BlockId = Label

mkBlockId :: Unique -> BlockId