summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
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
commit99bd13b415aa98c628073d20d0c601908d492abf (patch)
tree3bd92b44227f3548cc5095679bc275ba3b11c90d /llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
parent4955d3e1c2c5d38e9cf0f44fde876f30e66abbe0 (diff)
downloadbcm5719-llvm-99bd13b415aa98c628073d20d0c601908d492abf.tar.gz
bcm5719-llvm-99bd13b415aa98c628073d20d0c601908d492abf.zip
Hide debugging options
llvm-svn: 2676
Diffstat (limited to 'llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp')
-rw-r--r--llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp b/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
index 785a12411a1..ab9b1a7b176 100644
--- a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
+++ b/llvm/lib/CodeGen/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"),
OpenPOWER on IntegriCloud