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 import Pass
-- | Identify processes that we'll need to compute the stack size of. -- | Identify processes that we'll need to compute the stack size of.
identifyParProcs :: Pass identifyParProcs :: Data t => t -> PassM t
identifyParProcs = everywhereM (mkM doProcess) identifyParProcs = doGeneric `extM` doProcess
where where
doGeneric :: Data t => t -> PassM t doGeneric :: Data t => t -> PassM t
doGeneric = makeGeneric identifyParProcs doGeneric = makeGeneric identifyParProcs