X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fcmm%2FPprCmm.hs;h=5ce008dfc1f387d22a827e32f6c609b08a56b4bb;hb=48fb2b521898998a17873ad6cf30610aa5ab6db3;hp=602f51ce4d384962ce6462387418694c271737fe;hpb=1f8efd5d6214c490ef4942134abf5de9f468d29c;p=ghc-hetmet.git diff --git a/compiler/cmm/PprCmm.hs b/compiler/cmm/PprCmm.hs index 602f51c..5ce008d 100644 --- a/compiler/cmm/PprCmm.hs +++ b/compiler/cmm/PprCmm.hs @@ -156,7 +156,7 @@ pprTypeInfo (FunInfo layout srt fun_type arity args slow_entry) = ptext SLIT("srt: ") <> ppr srt, ptext SLIT("fun_type: ") <> integer (toInteger fun_type), ptext SLIT("arity: ") <> integer (toInteger arity), - --ppr args, -- TODO: needs to be printed + --ptext SLIT("args: ") <> ppr args, -- TODO: needs to be printed ptext SLIT("slow: ") <> pprLit slow_entry ] pprTypeInfo (ThunkInfo layout srt) =