X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FsimplStg%2FSRT.lhs;fp=compiler%2FsimplStg%2FSRT.lhs;h=1a17c0622884a3231b8734fdfd6809d37b33a563;hp=dfd98329a116f83a75ed40cbfbf61f4ed642d095;hb=366e74151e99b34b764de757511bfecd399f2510;hpb=403ab78dfec15dd131ee48417e096ea28ef53fd9 diff --git a/compiler/simplStg/SRT.lhs b/compiler/simplStg/SRT.lhs index dfd9832..1a17c06 100644 --- a/compiler/simplStg/SRT.lhs +++ b/compiler/simplStg/SRT.lhs @@ -27,9 +27,7 @@ import VarEnv import Maybes ( orElse, expectJust ) import Bitmap -#ifdef DEBUG import Outputable -#endif import List @@ -143,9 +141,7 @@ srtExpr table (StgLetNoEscape live1 live2 bind body) srtExpr table body =: \ body' -> StgLetNoEscape live1 live2 bind' body' -#ifdef DEBUG srtExpr _table expr = pprPanic "srtExpr" (ppr expr) -#endif srtAlt :: IdEnv Int -> StgAlt -> StgAlt srtAlt table (con,args,used,rhs)