Skip to content

Commit bda368d

Browse files
committed
Fix formatting
1 parent 8d38196 commit bda368d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Analysis/ScalarEvolution.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,7 @@ static cl::opt<unsigned> RangeIterThreshold(
224224

225225
static cl::opt<unsigned> MaxLoopGuardCollectionDepth(
226226
"scalar-evolution-max-loop-guard-collection-depth", cl::Hidden,
227-
cl::desc("Maximum depth for recrusive loop guard collection"),
228-
cl::init(1));
227+
cl::desc("Maximum depth for recrusive loop guard collection"), cl::init(1));
229228

230229
static cl::opt<bool>
231230
ClassifyExpressions("scalar-evolution-classify-expressions",

0 commit comments

Comments
 (0)