diff options
author | Ruchira Sasanka <sasanka@students.uiuc.edu> | 2001-09-15 16:54:40 +0000 |
---|---|---|
committer | Ruchira Sasanka <sasanka@students.uiuc.edu> | 2001-09-15 16:54:40 +0000 |
commit | 4d0d6329274771168be50a77da57a892a86ea45b (patch) | |
tree | 312ec022a9f9666fa39ba507411008a0097ea441 /include | |
parent | c5258a421024bcaa93d5f7bab872df97f60ee4a5 (diff) | |
download | external_llvm-4d0d6329274771168be50a77da57a892a86ea45b.zip external_llvm-4d0d6329274771168be50a77da57a892a86ea45b.tar.gz external_llvm-4d0d6329274771168be50a77da57a892a86ea45b.tar.bz2 |
-- debug messages dissabled
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@589 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/CodeGen/RegAllocCommon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/RegAllocCommon.h b/include/llvm/CodeGen/RegAllocCommon.h index 2e3286a..5aa66bd 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 |