From: Ruchira Sasanka Date: Sat, 15 Sep 2001 16:54:40 +0000 (+0000) Subject: -- debug messages dissabled X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=4d0d6329274771168be50a77da57a892a86ea45b;p=oota-llvm.git -- debug messages dissabled git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@589 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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