From fe0292e68d714a6d46d440165100c4fbbc0f5e01 Mon Sep 17 00:00:00 2001 From: Ruchira Sasanka Date: Sat, 15 Sep 2001 16:54:40 +0000 Subject: [PATCH] -- debug messages dissabled llvm-svn: 589 --- llvm/include/llvm/CodeGen/RegAllocCommon.h | 2 +- llvm/lib/CodeGen/RegAlloc/RegAllocCommon.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/include/llvm/CodeGen/RegAllocCommon.h b/llvm/include/llvm/CodeGen/RegAllocCommon.h index 2e3286a887d5..5aa66bd4c1c2 100644 --- a/llvm/include/llvm/CodeGen/RegAllocCommon.h +++ b/llvm/include/llvm/CodeGen/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 diff --git a/llvm/lib/CodeGen/RegAlloc/RegAllocCommon.h b/llvm/lib/CodeGen/RegAlloc/RegAllocCommon.h index 2e3286a887d5..5aa66bd4c1c2 100644 --- a/llvm/lib/CodeGen/RegAlloc/RegAllocCommon.h +++ b/llvm/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