mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
[SCEV][NFC] Fix a misleading description of AddOpsInlineThreshold
The description of this option was copy-pasted from another one and does not correspond to reality. Differential Revision: https://reviews.llvm.org/D34390 llvm-svn: 305782
This commit is contained in:
parent
3c1f43a412
commit
c0bcdacb00
@ -130,7 +130,7 @@ static cl::opt<unsigned> MulOpsInlineThreshold(
|
||||
|
||||
static cl::opt<unsigned> AddOpsInlineThreshold(
|
||||
"scev-addops-inline-threshold", cl::Hidden,
|
||||
cl::desc("Threshold for inlining multiplication operands into a SCEV"),
|
||||
cl::desc("Threshold for inlining addition operands into a SCEV"),
|
||||
cl::init(500));
|
||||
|
||||
static cl::opt<unsigned> MaxSCEVCompareDepth(
|
||||
|
Loading…
x
Reference in New Issue
Block a user