[commit: ghc] master: Adapt vectoriser to disappearing PredTy (e3f4a1b)
Manuel Chakravarty
chak at cse.unsw.edu.au
Sat Sep 10 10:17:15 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/e3f4a1badefbfe19808ad96831f89a0ad4e3ee39
>---------------------------------------------------------------
commit e3f4a1badefbfe19808ad96831f89a0ad4e3ee39
Author: Manuel M T Chakravarty <chak at cse.unsw.edu.au>
Date: Sat Sep 10 17:53:30 2011 +1000
Adapt vectoriser to disappearing PredTy
>---------------------------------------------------------------
compiler/vectorise/Vectorise/Convert.hs | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/compiler/vectorise/Vectorise/Convert.hs b/compiler/vectorise/Vectorise/Convert.hs
index 4e17fa7..cebee63 100644
--- a/compiler/vectorise/Vectorise/Convert.hs
+++ b/compiler/vectorise/Vectorise/Convert.hs
@@ -82,7 +82,6 @@ identityConv (TyVarTy _) = noV $ text "identityConv: type variable changes un
identityConv (AppTy _ _) = noV $ text "identityConv: type appl. changes under vectorisation"
identityConv (FunTy _ _) = noV $ text "identityConv: function type changes under vectorisation"
identityConv (ForAllTy _ _) = noV $ text "identityConv: quantified type changes under vectorisation"
-identityConv (PredTy _) = noV $ text "identityConv: predicate type changes under vectorisation"
-- |Check that this type constructor is neutral under type vectorisation â i.e., it is not altered
-- by vectorisation as they contain no parallel arrays.
More information about the Cvs-ghc
mailing list