diff options
author | Denis Bakhvalov <denis.bakhvalov@intel.com> | 2019-04-17 22:27:30 +0000 |
---|---|---|
committer | Denis Bakhvalov <denis.bakhvalov@intel.com> | 2019-04-17 22:27:30 +0000 |
commit | cfd25a4b0e57ff27ec8a4b591b197066dba1f79d (patch) | |
tree | c06e598d4b3a6929f3561d7cf5fde4e96c20d501 /llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp | |
parent | 9609ce2f330543fa66af49af3896c1f64d4e4f9f (diff) | |
download | bcm5719-llvm-cfd25a4b0e57ff27ec8a4b591b197066dba1f79d.tar.gz bcm5719-llvm-cfd25a4b0e57ff27ec8a4b591b197066dba1f79d.zip |
Test commit by Denis Bakhvalov
Change-Id: I4d85123a157d957434902fb14ba50926b2d56212
llvm-svn: 358619
Diffstat (limited to 'llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp')
-rw-r--r-- | llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp b/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp index c5d0a18c387..0b11c156dcf 100644 --- a/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp +++ b/llvm/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. |