Sort the mi_deps into a canonical ordering before fingerprinting.
[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