[RegAlloc][NFC] Fix the help string of the option "huge-size-for-split".

llvm-svn: 337402
This commit is contained in:
Wei Mi 2018-07-18 16:56:33 +00:00
parent 007dedbf77
commit 10ef7d20b2
1 changed files with 2 additions and 1 deletions

View File

@ -127,7 +127,8 @@ static cl::opt<bool> EnableDeferredSpilling(
static cl::opt<unsigned>
HugeSizeForSplit("huge-size-for-split", cl::Hidden,
cl::desc("Last chance recoloring max depth"),
cl::desc("A threshold of live range size which may cause "
"high compile time cost in global splitting."),
cl::init(5000));
// FIXME: Find a good default for this flag and remove the flag.