Clean up
authorRoman Leshchinskiy <rl@cse.unsw.edu.au>
Tue, 17 Jul 2007 04:19:57 +0000 (04:19 +0000)
committerRoman Leshchinskiy <rl@cse.unsw.edu.au>
Tue, 17 Jul 2007 04:19:57 +0000 (04:19 +0000)
compiler/vectorise/VectType.hs
compiler/vectorise/Vectorise.hs

index 155f420..fb0b9dc 100644 (file)
@@ -14,6 +14,9 @@ import Outputable
 
 import Control.Monad  ( liftM2 )
 
+-- ----------------------------------------------------------------------------
+-- Types
+
 vectTyCon :: TyCon -> VM TyCon
 vectTyCon tc
   | isFunTyCon tc        = builtin closureTyCon
index 4e84e13..5f24741 100644 (file)
@@ -421,7 +421,3 @@ vectTyAppExpr :: CoreExpr -> CoreExprWithFVs -> [Type] -> VM (CoreExpr, CoreExpr
 vectTyAppExpr lc (_, AnnVar v) tys = vectPolyVar lc v tys
 vectTyAppExpr lc e tys = pprPanic "vectTyAppExpr" (ppr $ deAnnotate e)
 
--- ----------------------------------------------------------------------------
--- Types
-
-