summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2015-04-28 23:55:11 +0000
committerMatthias Braun <matze@braunis.de>2015-04-28 23:55:11 +0000
commit5295793bcaf4cd143021ddf6a2d3cab3d801bfcc (patch)
tree8d336664fca17a2abedb52eaa70954a565f9563a /llvm
parentbb66f202eb85782ba04af61a0d33cc1a3a7c613c (diff)
downloadbcm5719-llvm-5295793bcaf4cd143021ddf6a2d3cab3d801bfcc.tar.gz
bcm5719-llvm-5295793bcaf4cd143021ddf6a2d3cab3d801bfcc.zip
RegisterCoalescer: hide terminal rule option by default
llvm-svn: 236062
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/CodeGen/RegisterCoalescer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegisterCoalescer.cpp b/llvm/lib/CodeGen/RegisterCoalescer.cpp
index ee0877e2f23..f3fb2b763b2 100644
--- a/llvm/lib/CodeGen/RegisterCoalescer.cpp
+++ b/llvm/lib/CodeGen/RegisterCoalescer.cpp
@@ -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>
OpenPOWER on IntegriCloud