From: Joerg Sonnenberger Date: Thu, 16 May 2019 18:01:57 +0000 (+0000) Subject: Fix typos in comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5e881432987a4944e8b91b832debd44536881a6;p=llvm Fix typos in comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@360921 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Passes/PassBuilder.cpp b/lib/Passes/PassBuilder.cpp index 3fb963fddf3..e4d15277899 100644 --- a/lib/Passes/PassBuilder.cpp +++ b/lib/Passes/PassBuilder.cpp @@ -944,7 +944,7 @@ ModulePassManager PassBuilder::buildModuleOptimizationPipeline( // Optimize PHIs by speculating around them when profitable. Note that this // pass needs to be run after any PRE or similar pass as it is essentially - // inserting redudnancies into the progrem. This even includes SimplifyCFG. + // inserting redundancies into the program. This even includes SimplifyCFG. OptimizePM.addPass(SpeculateAroundPHIsPass()); for (auto &C : OptimizerLastEPCallbacks)