[project @ 2000-07-03 16:07:20 by simonmar]
authorsimonmar <unknown>
Mon, 3 Jul 2000 16:07:20 +0000 (16:07 +0000)
committersimonmar <unknown>
Mon, 3 Jul 2000 16:07:20 +0000 (16:07 +0000)
DEBUG ==> NCG_DEBUG

ghc/compiler/nativeGen/AsmRegAlloc.lhs

index 3a947cb..e466f4e 100644 (file)
@@ -222,7 +222,7 @@ doGeneralAlloc all_regs reserve_regs instrs
               ++ " using " 
               ++ showSDoc (hsep (map ppr reserve_regs))
 
               ++ " using " 
               ++ showSDoc (hsep (map ppr reserve_regs))
 
-#        ifdef DEBUG
+#        ifdef NCG_DEBUG
          maybetrace msg x = trace msg x
 #        else
          maybetrace msg x = x
          maybetrace msg x = trace msg x
 #        else
          maybetrace msg x = x