[llvm] r360921 - Fix typos in comment.
Joerg Sonnenberger via llvm-commits
llvm-commits at lists.llvm.org
Thu May 16 11:01:57 PDT 2019
Author: joerg
Date: Thu May 16 11:01:57 2019
New Revision: 360921
URL: http://llvm.org/viewvc/llvm-project?rev=360921&view=rev
Log:
Fix typos in comment.
Modified:
llvm/trunk/lib/Passes/PassBuilder.cpp
Modified: llvm/trunk/lib/Passes/PassBuilder.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Passes/PassBuilder.cpp?rev=360921&r1=360920&r2=360921&view=diff
==============================================================================
--- llvm/trunk/lib/Passes/PassBuilder.cpp (original)
+++ llvm/trunk/lib/Passes/PassBuilder.cpp Thu May 16 11:01:57 2019
@@ -944,7 +944,7 @@ ModulePassManager PassBuilder::buildModu
// 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)
More information about the llvm-commits
mailing list