From 240a8f698e7aa7be84fb68e8aa63ed68389e74de Mon Sep 17 00:00:00 2001 From: "Ben.Lippmeier@anu.edu.au" Date: Fri, 16 Jan 2009 01:18:53 +0000 Subject: [PATCH] SPARC NCG: Remove a comment that was confusing haddock --- compiler/nativeGen/RegAllocLinear.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/compiler/nativeGen/RegAllocLinear.hs b/compiler/nativeGen/RegAllocLinear.hs index 66ac1bf..5e25299 100644 --- a/compiler/nativeGen/RegAllocLinear.hs +++ b/compiler/nativeGen/RegAllocLinear.hs @@ -204,8 +204,6 @@ noFreeRegs = FreeRegs 0 0 0 -- Don't treat the top half of reg pairs we're using as doubles as being free. initFreeRegs :: FreeRegs initFreeRegs --- = trace (show allocable ++ "\n" ++ show freeDouble) --- $ regs = regs where freeDouble = getFreeRegs RcDouble regs -- 1.7.10.4