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 <[email protected]>
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.



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to