Fixed a conflict between the prolifing-related changes and the dependence graph

This commit is contained in:
Neil Brown 2008-02-24 11:23:29 +00:00
parent 147d799563
commit feabd450f0

View File

@ -28,8 +28,8 @@ import CompState
import Pass
-- | Identify processes that we'll need to compute the stack size of.
identifyParProcs :: Pass
identifyParProcs = everywhereM (mkM doProcess)
identifyParProcs :: Data t => t -> PassM t
identifyParProcs = doGeneric `extM` doProcess
where
doGeneric :: Data t => t -> PassM t
doGeneric = makeGeneric identifyParProcs