-- debug messages dissabled
authorRuchira Sasanka <sasanka@students.uiuc.edu>
Sat, 15 Sep 2001 16:54:40 +0000 (16:54 +0000)
committerRuchira Sasanka <sasanka@students.uiuc.edu>
Sat, 15 Sep 2001 16:54:40 +0000 (16:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@589 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/RegAllocCommon.h
lib/CodeGen/RegAlloc/RegAllocCommon.h
lib/Target/SparcV9/RegAlloc/RegAllocCommon.h

index 2e3286a887d5f584edba47fa08365f94a0d9161f..5aa66bd4c1c2f106ca1c0f017de16f3e1f52081a 100644 (file)
@@ -5,6 +5,6 @@
 // if DEBUG_RA is 1 normal output messages
 // if DEBUG_RA is 2 extensive debug info for each instr
 
-#define DEBUG_RA (1)
+#define DEBUG_RA (0)
 
 #endif
index 2e3286a887d5f584edba47fa08365f94a0d9161f..5aa66bd4c1c2f106ca1c0f017de16f3e1f52081a 100644 (file)
@@ -5,6 +5,6 @@
 // if DEBUG_RA is 1 normal output messages
 // if DEBUG_RA is 2 extensive debug info for each instr
 
-#define DEBUG_RA (1)
+#define DEBUG_RA (0)
 
 #endif
index 2e3286a887d5f584edba47fa08365f94a0d9161f..5aa66bd4c1c2f106ca1c0f017de16f3e1f52081a 100644 (file)
@@ -5,6 +5,6 @@
 // if DEBUG_RA is 1 normal output messages
 // if DEBUG_RA is 2 extensive debug info for each instr
 
-#define DEBUG_RA (1)
+#define DEBUG_RA (0)
 
 #endif