From 4d0d6329274771168be50a77da57a892a86ea45b Mon Sep 17 00:00:00 2001 From: Ruchira Sasanka Date: Sat, 15 Sep 2001 16:54:40 +0000 Subject: [PATCH] -- debug messages dissabled git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@589 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/RegAllocCommon.h | 2 +- lib/CodeGen/RegAlloc/RegAllocCommon.h | 2 +- lib/Target/SparcV9/RegAlloc/RegAllocCommon.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/llvm/CodeGen/RegAllocCommon.h b/include/llvm/CodeGen/RegAllocCommon.h index 2e3286a887d..5aa66bd4c1c 100644 --- a/include/llvm/CodeGen/RegAllocCommon.h +++ b/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/lib/CodeGen/RegAlloc/RegAllocCommon.h b/lib/CodeGen/RegAlloc/RegAllocCommon.h index 2e3286a887d..5aa66bd4c1c 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 diff --git a/lib/Target/SparcV9/RegAlloc/RegAllocCommon.h b/lib/Target/SparcV9/RegAlloc/RegAllocCommon.h index 2e3286a887d..5aa66bd4c1c 100644 --- a/lib/Target/SparcV9/RegAlloc/RegAllocCommon.h +++ b/lib/Target/SparcV9/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 -- 2.34.1