X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FsimplCore%2FSimplCore.lhs;h=a58f126ae8b21b995b923df7b9ad858b5daf4581;hb=68afb16743cafd5b7495771d359891c6dfc5a186;hp=dffde6b86d62fc2d141fc9adfe877dd5c9494958;hpb=3990d44447b6c38a2effd68beb50da459dfd19fc;p=ghc-hetmet.git diff --git a/ghc/compiler/simplCore/SimplCore.lhs b/ghc/compiler/simplCore/SimplCore.lhs index dffde6b..a58f126 100644 --- a/ghc/compiler/simplCore/SimplCore.lhs +++ b/ghc/compiler/simplCore/SimplCore.lhs @@ -89,8 +89,7 @@ core2core :: [CoreToDo] -- spec of what core-to-core passes to do SpecialiseData) -- specialisation data core2core core_todos module_name ppr_style us local_tycons tycon_specs binds - = _scc_ "Core2Core" - if null core_todos then -- very rare, I suspect... + = if null core_todos then -- very rare, I suspect... -- well, we still must do some renumbering return ( (substCoreBindings nullIdEnv nullTyVarEnv binds us,