]> granicus.if.org Git - llvm/commitdiff
Test commit by Denis Bakhvalov
authorDenis Bakhvalov <denis.bakhvalov@intel.com>
Wed, 17 Apr 2019 22:27:30 +0000 (22:27 +0000)
committerDenis Bakhvalov <denis.bakhvalov@intel.com>
Wed, 17 Apr 2019 22:27:30 +0000 (22:27 +0000)
Change-Id: I4d85123a157d957434902fb14ba50926b2d56212

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@358619 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/LoopStrengthReduce.cpp

index c5d0a18c387ecb7368b177223fe3d67f9138cbcb..0b11c156dcf9dc0b5683fb0ba20ff2992015c6e6 100644 (file)
@@ -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.