From: Denis Bakhvalov Date: Wed, 17 Apr 2019 22:27:30 +0000 (+0000) Subject: Test commit by Denis Bakhvalov X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=35f4a9f03b133d1844f28958e0cffcba3f6c0294;p=llvm Test commit by Denis Bakhvalov Change-Id: I4d85123a157d957434902fb14ba50926b2d56212 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@358619 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/LoopStrengthReduce.cpp b/lib/Transforms/Scalar/LoopStrengthReduce.cpp index c5d0a18c387..0b11c156dcf 100644 --- a/lib/Transforms/Scalar/LoopStrengthReduce.cpp +++ b/lib/Transforms/Scalar/LoopStrengthReduce.cpp @@ -5356,7 +5356,7 @@ void LSRInstance::RewriteForPHI( Pair.first->second = FullV; } - // If LSR split critical edge and phi node has other pending + // If LSR splits critical edge and phi node has other pending // fixup operands, we need to update those pending fixups. Otherwise // formulae will not be implemented completely and some instructions // will not be eliminated.