We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d38196 commit bda368dCopy full SHA for bda368d
llvm/lib/Analysis/ScalarEvolution.cpp
@@ -224,8 +224,7 @@ static cl::opt<unsigned> RangeIterThreshold(
224
225
static cl::opt<unsigned> MaxLoopGuardCollectionDepth(
226
"scalar-evolution-max-loop-guard-collection-depth", cl::Hidden,
227
- cl::desc("Maximum depth for recrusive loop guard collection"),
228
- cl::init(1));
+ cl::desc("Maximum depth for recrusive loop guard collection"), cl::init(1));
229
230
static cl::opt<bool>
231
ClassifyExpressions("scalar-evolution-classify-expressions",
0 commit comments