From d4e46a6316c8e1dc4623ead64b4cdd3dfb103180 Mon Sep 17 00:00:00 2001 From: Andrew Trick Date: Mon, 26 Mar 2012 20:28:35 +0000 Subject: [PATCH] comment typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153462 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Scalar/LoopStrengthReduce.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Transforms/Scalar/LoopStrengthReduce.cpp b/lib/Transforms/Scalar/LoopStrengthReduce.cpp index 60b7e62729a..f2112446ade 100644 --- a/lib/Transforms/Scalar/LoopStrengthReduce.cpp +++ b/lib/Transforms/Scalar/LoopStrengthReduce.cpp @@ -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(UserInst) && isa(IVChainVec[ChainIdx].back().UserInst)) continue; -- 2.34.1