Split out vectoriser environments into own module
[ghc-hetmet.git] / compiler / vectorise / VectUtils.hs
index 639b7e8..1b24f14 100644 (file)
@@ -24,6 +24,7 @@ module VectUtils (
 
 import VectCore
 import VectMonad
+import Vectorise.Env
 
 import MkCore ( mkCoreTup, mkWildCase )
 import CoreSyn
@@ -41,6 +42,7 @@ import TysWiredIn
 import BasicTypes         ( Boxity(..), Arity )
 import Literal            ( Literal, mkMachInt )
 
+
 import Outputable
 import FastString