aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SparcV9/RegAlloc
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-05-20 21:39:10 +0000
committerChris Lattner <sabre@nondot.org>2002-05-20 21:39:10 +0000
commitad86b74bafe3f25000d0172fda4479c0a305ff3a (patch)
treee278b95eca611d7be3dcc44799010b3127ca4172 /lib/Target/SparcV9/RegAlloc
parent39fd659d683592df13ccfa39f1825b1173a9ff04 (diff)
downloadexternal_llvm-ad86b74bafe3f25000d0172fda4479c0a305ff3a.zip
external_llvm-ad86b74bafe3f25000d0172fda4479c0a305ff3a.tar.gz
external_llvm-ad86b74bafe3f25000d0172fda4479c0a305ff3a.tar.bz2
Hide debugging options
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2676 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SparcV9/RegAlloc')
-rw-r--r--lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp
index 785a124..ab9b1a7 100644
--- a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp
+++ b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp
@@ -32,7 +32,7 @@ using std::cerr;
// ***TODO: There are several places we add instructions. Validate the order
// of adding these instructions.
-cl::Enum<RegAllocDebugLevel_t> DEBUG_RA("dregalloc", cl::NoFlags,
+cl::Enum<RegAllocDebugLevel_t> DEBUG_RA("dregalloc", cl::Hidden,
"enable register allocation debugging information",
clEnumValN(RA_DEBUG_None , "n", "disable debug output"),
clEnumValN(RA_DEBUG_Normal , "y", "enable debug output"),