[project @ 2003-11-18 09:23:27 by simonmar]
authorsimonmar <unknown>
Tue, 18 Nov 2003 09:23:27 +0000 (09:23 +0000)
committersimonmar <unknown>
Tue, 18 Nov 2003 09:23:27 +0000 (09:23 +0000)
oops, fix overenthusiastic export-culling (noCCAttached is used in an ASSERT).

ghc/compiler/profiling/CostCentre.lhs

index ed40a5e..5efe37a 100644 (file)
@@ -11,7 +11,7 @@ module CostCentre (
        CostCentreStack,
        CollectedCCs,
        noCCS, subsumedCCS, currentCCS, overheadCCS, dontCareCCS,
-       noCostCentre,
+       noCostCentre, noCCAttached,
        noCCSAttached, isCurrentCCS,  isSubsumedCCS, currentOrSubsumedCCS,
        isDerivedFromCurrentCCS,