Remove some CPPery with the help of a new value isWindowsHost in Util
[ghc-hetmet.git] / compiler / nativeGen / RegLiveness.hs
index 50af2eb..dce5de4 100644 (file)
@@ -30,6 +30,7 @@ module RegLiveness (
 
   ) where
 
+import BlockId
 import MachRegs
 import MachInstrs
 import PprMach