From: Matthias Braun Date: Tue, 28 Apr 2015 23:55:11 +0000 (+0000) Subject: RegisterCoalescer: hide terminal rule option by default X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2d6f83dac906479f9012d1846a3ed2d39966a67a;p=oota-llvm.git RegisterCoalescer: hide terminal rule option by default git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236062 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/RegisterCoalescer.cpp b/lib/CodeGen/RegisterCoalescer.cpp index ee0877e2f23..f3fb2b763b2 100644 --- a/lib/CodeGen/RegisterCoalescer.cpp +++ b/lib/CodeGen/RegisterCoalescer.cpp @@ -60,7 +60,7 @@ EnableJoining("join-liveintervals", static cl::opt 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