]> granicus.if.org Git - llvm/commitdiff
Fix a small comment typo.
authorEric Christopher <echristo@gmail.com>
Tue, 26 Feb 2019 20:33:22 +0000 (20:33 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 26 Feb 2019 20:33:22 +0000 (20:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@354923 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Passes/PassBuilder.cpp

index 2072fc3aa26102246df85c0149ebec0e7e3916e6..9d5f5aa4b7856fde521f212ad6240003098125f1 100644 (file)
@@ -1082,7 +1082,7 @@ PassBuilder::buildLTODefaultPipeline(OptimizationLevel Level, bool DebugLogging,
   // FIXME: Is this really an optimization rather than a canonicalization?
   MPM.addPass(ReversePostOrderFunctionAttrsPass());
 
-  // Use inragne annotations on GEP indices to split globals where beneficial.
+  // Use in-range annotations on GEP indices to split globals where beneficial.
   MPM.addPass(GlobalSplitPass());
 
   // Run whole program optimization of virtual call when the list of callees