From feabd450f0b3e768af22be8915c64c5f29206bb4 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Sun, 24 Feb 2008 11:23:29 +0000 Subject: [PATCH] Fixed a conflict between the prolifing-related changes and the dependence graph --- backends/BackendPasses.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backends/BackendPasses.hs b/backends/BackendPasses.hs index 41931d3..00535a9 100644 --- a/backends/BackendPasses.hs +++ b/backends/BackendPasses.hs @@ -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