X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fvectorise%2FVectBuiltIn.hs;h=e822837b2ebaae6b8a7219e637e97ea2d209bb6d;hb=eb4427afd02f653087fa3d2720193b625b6411ee;hp=16b23aba12ceaec3297576f976566f3ff22110c5;hpb=3736e30f683990ee94055b60905cce208a467e8b;p=ghc-hetmet.git diff --git a/compiler/vectorise/VectBuiltIn.hs b/compiler/vectorise/VectBuiltIn.hs index 16b23ab..e822837 100644 --- a/compiler/vectorise/VectBuiltIn.hs +++ b/compiler/vectorise/VectBuiltIn.hs @@ -161,6 +161,7 @@ prodTyCon n bi prodDataCon :: Int -> Builtins -> DataCon prodDataCon n bi = case tyConDataCons (prodTyCon n bi) of [con] -> con + _ -> pprPanic "prodDataCon" (ppr n) combinePDVar :: Int -> Builtins -> Var combinePDVar = indexBuiltin "combinePDVar" combinePDVars @@ -275,7 +276,6 @@ initBuiltins pkg , dph_Repr = dph_Repr , dph_Closure = dph_Closure , dph_Selector = dph_Selector - , dph_Unboxed = dph_Unboxed , dph_Scalar = dph_Scalar }) = dph_Modules pkg