Fixed linear regalloc bug, dropped some tracing code
[ghc-hetmet.git] / compiler / cmm / ZipDataflow.hs
index 2d50165..8811755 100644 (file)
@@ -1008,7 +1008,7 @@ instance FixedPoint ForwardFixedPoint where
 
 
 dump_things :: Bool
-dump_things = True
+dump_things = False
 
 my_trace :: String -> SDoc -> a -> a
 my_trace = if dump_things then pprTrace else \_ _ a -> a