[RegAllocGreedy][Last Chance Recoloring] Change the name of the exhaustive search...
[oota-llvm.git] / lib / CodeGen / RegAllocGreedy.cpp
index 7a120e8802fec12a5e2ec15e822c4cb703955482..c4f98007da96f84da15a064b65ee6b66ad75eb0b 100644 (file)
@@ -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"));