[project @ 2005-08-02 14:53:26 by simonmar]
authorsimonmar <unknown>
Tue, 2 Aug 2005 14:53:26 +0000 (14:53 +0000)
committersimonmar <unknown>
Tue, 2 Aug 2005 14:53:26 +0000 (14:53 +0000)
Fix an SCC

ghc/compiler/main/HscMain.lhs

index 10c946b..187f644 100644 (file)
@@ -573,7 +573,7 @@ myCoreToStg dflags home_mods this_mod prepd_binds
       stg_binds <- {-# SCC "Core2Stg" #-}
             coreToStg home_mods prepd_binds
 
-      (stg_binds2, cost_centre_info) <- {-# SCC "Core2Stg" #-}
+      (stg_binds2, cost_centre_info) <- {-# SCC "Stg2Stg" #-}
             stg2stg dflags home_mods this_mod stg_binds
 
       return (stg_binds2, cost_centre_info)