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)
llvm-svn: 354923

llvm/lib/Passes/PassBuilder.cpp

index 2072fc3..9d5f5aa 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