From b360b20a12b443fb61232e641e1f5ab6c6a8850d Mon Sep 17 00:00:00 2001 From: Roman Leshchinskiy Date: Mon, 19 Nov 2007 01:37:29 +0000 Subject: [PATCH] Don't treat enumerations specially during vectorisation for the moment --- compiler/vectorise/VectType.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/vectorise/VectType.hs b/compiler/vectorise/VectType.hs index a9db43c..e69bfd9 100644 --- a/compiler/vectorise/VectType.hs +++ b/compiler/vectorise/VectType.hs @@ -431,7 +431,7 @@ arrReprVars repr mkRepr :: TyCon -> VM Repr mkRepr vect_tc | [tys] <- rep_tys = boxedProductRepr tys - | all null rep_tys = enumRepr + -- | all null rep_tys = enumRepr | otherwise = sumRepr =<< mapM unboxedProductRepr rep_tys where rep_tys = map dataConRepArgTys $ tyConDataCons vect_tc -- 1.7.10.4