From 010311b1044feb1ab04c5a5eafbf1fba02548d08 Mon Sep 17 00:00:00 2001 From: Quentin Colombet Date: Fri, 11 Apr 2014 21:51:09 +0000 Subject: [RegAllocGreedy][Last Chance Recoloring] Change the name of the exhaustive search option. fexhaustive-register-search => exhaustive-register-search 'f' is a Clang thing! This is related to PR18747. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206075 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/RegAllocGreedy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/CodeGen/RegAllocGreedy.cpp') diff --git a/lib/CodeGen/RegAllocGreedy.cpp b/lib/CodeGen/RegAllocGreedy.cpp index 7a120e8802..c4f98007da 100644 --- a/lib/CodeGen/RegAllocGreedy.cpp +++ b/lib/CodeGen/RegAllocGreedy.cpp @@ -74,7 +74,7 @@ static cl::opt LastChanceRecoloringMaxInterference( cl::init(8)); static cl::opt -ExhaustiveSearch("fexhaustive-register-search", cl::NotHidden, +ExhaustiveSearch("exhaustive-register-search", cl::NotHidden, cl::desc("Exhaustive Search for registers bypassing the depth " "and interference cutoffs of last chance recoloring")); -- cgit v1.2.3