Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit bf9624d

Browse files
committed
Fix a small comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@354923 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 18ad7ec commit bf9624d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Passes/PassBuilder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,7 @@ PassBuilder::buildLTODefaultPipeline(OptimizationLevel Level, bool DebugLogging,
10821082
// FIXME: Is this really an optimization rather than a canonicalization?
10831083
MPM.addPass(ReversePostOrderFunctionAttrsPass());
10841084

1085-
// Use inragne annotations on GEP indices to split globals where beneficial.
1085+
// Use in-range annotations on GEP indices to split globals where beneficial.
10861086
MPM.addPass(GlobalSplitPass());
10871087

10881088
// Run whole program optimization of virtual call when the list of callees

0 commit comments

Comments
 (0)