RegisterCoalescer: hide terminal rule option by default

llvm-svn: 236062
This commit is contained in:
Matthias Braun 2015-04-28 23:55:11 +00:00
parent bb66f202eb
commit 5295793bca
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ EnableJoining("join-liveintervals",
static cl::opt<bool> UseTerminalRule("terminal-rule",
cl::desc("Apply the terminal rule"),
cl::init(false));
cl::init(false), cl::Hidden);
/// Temporary flag to test critical edge unsplitting.
static cl::opt<bool>