X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fmain%2FHscMain.lhs;h=092d1635e2f38b9f8fa9e57dc234b58e9fe45ff3;hb=f2643821042fd3d859e7c6eaad459e6a2cb756a2;hp=d68058db76e9e6db102430692bf84f55be6aa528;hpb=fdc0fa5583b6f5b9bec1637dab239b2b0ca53c20;p=ghc-hetmet.git diff --git a/compiler/main/HscMain.lhs b/compiler/main/HscMain.lhs index d68058d..092d163 100644 --- a/compiler/main/HscMain.lhs +++ b/compiler/main/HscMain.lhs @@ -694,8 +694,7 @@ hscFileCheck hsc_env mod_summary compileToCore = do { md_rules = [panic "no rules"], -- Rules are CoreRules, not the -- RuleDecls we get out of the typechecker - md_vect_info = - panic "HscMain.hscFileCheck: no VectInfo" + md_vect_info = noVectInfo -- VectInfo is added by the Core -- vectorisation pass }