Get the PA dictionary for closures from the right module
authorRoman Leshchinskiy <rl@cse.unsw.edu.au>
Tue, 21 Aug 2007 02:45:29 +0000 (02:45 +0000)
committerRoman Leshchinskiy <rl@cse.unsw.edu.au>
Tue, 21 Aug 2007 02:45:29 +0000 (02:45 +0000)
compiler/vectorise/Vectorise.hs

index d074092..31defa5 100644 (file)
@@ -47,7 +47,7 @@ import Control.Monad        ( liftM, liftM2, zipWithM, mapAndUnzipM )
 
 builtin_PAs :: [(Name, Module, FastString)]
 builtin_PAs = [
-                mk closureTyConName FSLIT("dPA_Clo")
+                (closureTyConName, nDP_CLOSURE, FSLIT("dPA_Clo"))
               , mk intTyConName     FSLIT("dPA_Int")
               ]
               ++ tups