diff options
Diffstat (limited to 'compiler/cmm/BlockId.hs-boot')
-rw-r--r-- | compiler/cmm/BlockId.hs-boot | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/compiler/cmm/BlockId.hs-boot b/compiler/cmm/BlockId.hs-boot deleted file mode 100644 index 3ad4141184..0000000000 --- a/compiler/cmm/BlockId.hs-boot +++ /dev/null @@ -1,8 +0,0 @@ -module BlockId (BlockId, mkBlockId) where - -import Hoopl.Label (Label) -import Unique (Unique) - -type BlockId = Label - -mkBlockId :: Unique -> BlockId |