aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAlloc/RegAllocCommon.h
diff options
context:
space:
mode:
authorRuchira Sasanka <sasanka@students.uiuc.edu>2001-09-15 16:54:40 +0000
committerRuchira Sasanka <sasanka@students.uiuc.edu>2001-09-15 16:54:40 +0000
commit4d0d6329274771168be50a77da57a892a86ea45b (patch)
tree312ec022a9f9666fa39ba507411008a0097ea441 /lib/CodeGen/RegAlloc/RegAllocCommon.h
parentc5258a421024bcaa93d5f7bab872df97f60ee4a5 (diff)
-- debug messages dissabled
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@589 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegAlloc/RegAllocCommon.h')
-rw-r--r--lib/CodeGen/RegAlloc/RegAllocCommon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/RegAlloc/RegAllocCommon.h b/lib/CodeGen/RegAlloc/RegAllocCommon.h
index 2e3286a887..5aa66bd4c1 100644
--- a/lib/CodeGen/RegAlloc/RegAllocCommon.h
+++ b/lib/CodeGen/RegAlloc/RegAllocCommon.h
@@ -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