Second working draft of a CPS algorithm for C--.
[ghc-hetmet.git] / compiler / cmm / Cmm.hs
index 00d93b0..5ad8ee7 100644 (file)
@@ -275,6 +275,8 @@ newtype BlockId = BlockId Unique
 instance Uniquable BlockId where
   getUnique (BlockId u) = u
 
+type BlockEnv a = UniqFM {- BlockId -} a
+
 -----------------------------------------------------------------------------
 --             Static Data
 -----------------------------------------------------------------------------