diff options
author | Chris Lattner <sabre@nondot.org> | 2002-05-20 21:39:10 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-05-20 21:39:10 +0000 |
commit | 99bd13b415aa98c628073d20d0c601908d492abf (patch) | |
tree | 3bd92b44227f3548cc5095679bc275ba3b11c90d /llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp | |
parent | 4955d3e1c2c5d38e9cf0f44fde876f30e66abbe0 (diff) | |
download | bcm5719-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.cpp | 2 |
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"), |