summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorQuentin Colombet <qcolombet@apple.com>2014-04-11 21:51:09 +0000
committerQuentin Colombet <qcolombet@apple.com>2014-04-11 21:51:09 +0000
commit4344da1c716ee5c469277f6bb1261616981c6bf9 (patch)
tree11199ad508814a8b28078f6fd71ba737778bc88e /llvm/lib/CodeGen
parent567e30bc2be1965fb2aec7bbbc850fe22ab1c14e (diff)
downloadbcm5719-llvm-4344da1c716ee5c469277f6bb1261616981c6bf9.tar.gz
bcm5719-llvm-4344da1c716ee5c469277f6bb1261616981c6bf9.zip
[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. llvm-svn: 206075
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/RegAllocGreedy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAllocGreedy.cpp b/llvm/lib/CodeGen/RegAllocGreedy.cpp
index 7a120e8802f..c4f98007da9 100644
--- a/llvm/lib/CodeGen/RegAllocGreedy.cpp
+++ b/llvm/lib/CodeGen/RegAllocGreedy.cpp
@@ -74,7 +74,7 @@ static cl::opt<unsigned> LastChanceRecoloringMaxInterference(
cl::init(8));
static cl::opt<bool>
-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"));
OpenPOWER on IntegriCloud