Vectorisation-specific imports
authorRoman Leshchinskiy <rl@cse.unsw.edu.au>
Mon, 9 Jul 2007 05:39:06 +0000 (05:39 +0000)
committerRoman Leshchinskiy <rl@cse.unsw.edu.au>
Mon, 9 Jul 2007 05:39:06 +0000 (05:39 +0000)
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