[project @ 2000-10-02 14:05:22 by sewardj]
authorsewardj <unknown>
Mon, 2 Oct 2000 14:05:22 +0000 (14:05 +0000)
committersewardj <unknown>
Mon, 2 Oct 2000 14:05:22 +0000 (14:05 +0000)
Partially back out changes mistakenly included in last commit :-(

ghc/compiler/nativeGen/AsmRegAlloc.lhs

index 6349b44..e6a80c4 100644 (file)
@@ -206,14 +206,7 @@ doGeneralAlloc
 
 doGeneralAlloc all_regs reserve_regs instrs
    -- succeeded without spilling
-   | --trace (showSDoc (
-     --   text "allocating with these regs" <+> ppr prespill_regs
-     --   $$
-     --   text "giving code" 
-     --   $$
-     --   vcat (map pprInstr prespill_insns)
-     --))
-     prespill_ok
+   | prespill_ok
    = Just prespill_insns
 
    -- failed, and no spill regs avail, so pointless to attempt spilling