diff options
-rw-r--r-- | llvm/include/llvm/CodeGen/RegAllocCommon.h | 2 | ||||
-rw-r--r-- | 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 2e3286a887d..5aa66bd4c1c 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 2e3286a887d..5aa66bd4c1c 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 |