Vectorisation-specific imports
[ghc-hetmet.git] / compiler / vectorise / Vectorise.hs
index 67b82c1..6f92724 100644 (file)
@@ -8,6 +8,8 @@ import HscTypes
 
 import CoreLint             ( showPass, endPass )
 import CoreSyn
+import CoreUtils
+import CoreFVs
 import TyCon
 import Type
 import TypeRep