Rollback INLINE patches
[ghc-hetmet.git] / compiler / vectorise / VectType.hs
index ae39cac..9952121 100644 (file)
@@ -943,13 +943,6 @@ buildPADict repr vect_tc prepr_tc arr_tc _
           var  <- newLocalVar name (exprType body)
           return (var, mkInlineMe body)
 
--- The InlineMe note has gone away.  Instead, you need to use
--- CoreUnfold.mkInlineRule to make an InlineRule for the thing, and
--- attach *that* as the unfolding for the dictionary binder
-mkInlineMe :: CoreExpr -> CoreExpr
-mkInlineMe expr = pprTrace "VectType: Roman, you need to use the new InlineRule story" 
-                          (ppr expr) expr
-
 paMethods :: [(FastString, Repr -> TyCon -> TyCon -> TyCon -> VM CoreExpr)]
 paMethods = [(fsLit "toPRepr",      buildToPRepr),
              (fsLit "fromPRepr",    buildFromPRepr),