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

import Hoopl.Label (Label)
import Unique (Unique)

type BlockId = Label

mkBlockId :: Unique -> BlockId