From ced4c754ae05fcd3fb7afb0ca3218517011f231c Mon Sep 17 00:00:00 2001 From: "dias@cs.tufts.edu" Date: Fri, 18 Sep 2009 19:16:26 +0000 Subject: More sensible use of -fnew-codegen and less debugging output --- compiler/cmm/CmmSpillReload.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/cmm/CmmSpillReload.hs') diff --git a/compiler/cmm/CmmSpillReload.hs b/compiler/cmm/CmmSpillReload.hs index c452525253..1cdafa9baa 100644 --- a/compiler/cmm/CmmSpillReload.hs +++ b/compiler/cmm/CmmSpillReload.hs @@ -64,7 +64,7 @@ changeRegs f live = live { in_regs = f (in_regs live) } dualLiveLattice :: DataflowLattice DualLive dualLiveLattice = - DataflowLattice "variables live in registers and on stack" empty add True + DataflowLattice "variables live in registers and on stack" empty add False where empty = DualLive emptyRegSet emptyRegSet -- | compute in the Tx monad to track whether anything has changed add new old = do stack <- add1 (on_stack new) (on_stack old) -- cgit v1.2.1