mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-24 04:09:47 +00:00
Fixed comment in loop-unswitch.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148252 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
63c6672423
commit
27bf56056b
@ -59,7 +59,7 @@ STATISTIC(NumTrivial , "Number of unswitches that are trivial");
|
||||
STATISTIC(NumSimplify, "Number of simplifications of unswitched code");
|
||||
STATISTIC(TotalInsts, "Total number of instructions analyzed");
|
||||
|
||||
// The specific value of 50 here was chosen based only on intuition and a
|
||||
// The specific value of 100 here was chosen based only on intuition and a
|
||||
// few specific examples.
|
||||
static cl::opt<unsigned>
|
||||
Threshold("loop-unswitch-threshold", cl::desc("Max loop size to unswitch"),
|
||||
|
Loading…
Reference in New Issue
Block a user