From 721eaeff3a2429fecbaeb9a47ca1339cd7cb03ce Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Tue, 26 Feb 2019 20:33:22 +0000 Subject: [PATCH] Fix a small comment typo. llvm-svn: 354923 --- llvm/lib/Passes/PassBuilder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Passes/PassBuilder.cpp b/llvm/lib/Passes/PassBuilder.cpp index 2072fc3..9d5f5aa 100644 --- a/llvm/lib/Passes/PassBuilder.cpp +++ b/llvm/lib/Passes/PassBuilder.cpp @@ -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 -- 2.7.4