RegisterCoalescer: hide terminal rule option by default
authorMatthias Braun <matze@braunis.de>
Tue, 28 Apr 2015 23:55:11 +0000 (23:55 +0000)
committerMatthias Braun <matze@braunis.de>
Tue, 28 Apr 2015 23:55:11 +0000 (23:55 +0000)
llvm-svn: 236062

llvm/lib/CodeGen/RegisterCoalescer.cpp

index ee0877e..f3fb2b7 100644 (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>