Fixed a conflict between the prolifing-related changes and the dependence graph
This commit is contained in:
parent
147d799563
commit
feabd450f0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user