X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FsimplStg%2FSimplStg.lhs;h=dc945f52bef43ce7ed3cce2023b6f6b67a0b4d9d;hb=2d532e45924dfdb5b5157caf4d3fc3541497d86c;hp=cc918b7a6f2b7f5d107cdc6b8ef063b8617929ef;hpb=3de583c7afcc4109995cb13be50d19ca86ddee62;p=ghc-hetmet.git diff --git a/ghc/compiler/simplStg/SimplStg.lhs b/ghc/compiler/simplStg/SimplStg.lhs index cc918b7..dc945f5 100644 --- a/ghc/compiler/simplStg/SimplStg.lhs +++ b/ghc/compiler/simplStg/SimplStg.lhs @@ -30,7 +30,7 @@ import Outputable stg2stg :: DynFlags -- includes spec of what stg-to-stg passes to do -> Module -- module name (profiling only) -> [StgBinding] -- input... - -> IO ( [(StgBinding,[Id])] -- output program... + -> IO ( [(StgBinding,[(Id,[Id])])] -- output program... , CollectedCCs) -- cost centre information (declared and used) stg2stg dflags module_name binds