From 2d6f83dac906479f9012d1846a3ed2d39966a67a Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Tue, 28 Apr 2015 23:55:11 +0000 Subject: [PATCH] RegisterCoalescer: hide terminal rule option by default git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236062 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/RegisterCoalescer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1