diff options
author | Ryan Mansfield <ryan_mansfield@apple.com> | 2025-01-08 05:07:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-08 11:07:23 +0100 |
commit | 67efbd0bf1b2df8a479e09eb2be7db4c3c892f2c (patch) | |
tree | d71ceda971249e9578daf77776a9b811ebf7ac9a /llvm/lib/Analysis/ScalarEvolution.cpp | |
parent | 303249c4490a7777a744d9afd449b64ff1132a42 (diff) | |
download | llvm-67efbd0bf1b2df8a479e09eb2be7db4c3c892f2c.zip llvm-67efbd0bf1b2df8a479e09eb2be7db4c3c892f2c.tar.gz llvm-67efbd0bf1b2df8a479e09eb2be7db4c3c892f2c.tar.bz2 |
[LLVM] Fix various cl::desc typos and whitespace issues (NFC) (#121955)
Diffstat (limited to 'llvm/lib/Analysis/ScalarEvolution.cpp')
-rw-r--r-- | llvm/lib/Analysis/ScalarEvolution.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/ScalarEvolution.cpp b/llvm/lib/Analysis/ScalarEvolution.cpp index b5668a1..7e18f7c 100644 --- a/llvm/lib/Analysis/ScalarEvolution.cpp +++ b/llvm/lib/Analysis/ScalarEvolution.cpp @@ -226,7 +226,7 @@ static cl::opt<unsigned> RangeIterThreshold( static cl::opt<unsigned> MaxLoopGuardCollectionDepth( "scalar-evolution-max-loop-guard-collection-depth", cl::Hidden, - cl::desc("Maximum depth for recrusive loop guard collection"), cl::init(1)); + cl::desc("Maximum depth for recursive loop guard collection"), cl::init(1)); static cl::opt<bool> ClassifyExpressions("scalar-evolution-classify-expressions", |