comment typo
[oota-llvm.git] / lib / Transforms / Scalar / LoopStrengthReduce.cpp
index 60b7e62729aadfeecbc0e24f49f14a43ba106575..f2112446ade122563abd26eb28d909aecc73d711 100644 (file)
@@ -2441,7 +2441,7 @@ void LSRInstance::ChainInstruction(Instruction *UserInst, Instruction *IVOper,
     if (!isCompatibleIVType(PrevIV, NextIV))
       continue;
 
-    // A phi nodes terminates a chain.
+    // A phi node terminates a chain.
     if (isa<PHINode>(UserInst)
         && isa<PHINode>(IVChainVec[ChainIdx].back().UserInst))
       continue;