forked from OSchip/llvm-project
[RegAlloc][NFC] Fix the help string of the option "huge-size-for-split".
llvm-svn: 337402
This commit is contained in:
parent
007dedbf77
commit
10ef7d20b2
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue