commit | 6020d85c41987b0b7890d91bf66187aac6e8a3a1 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Sun Feb 14 18:51:20 2010 +0000 |
committer | Dan Gohman <gohman@apple.com> | Sun Feb 14 18:51:20 2010 +0000 |
tree | 4c058c476bbb7445d3a3ed99d9d3468401bab127 | |
parent | ce947366ec07ed3e9b017f0f4a07fa668a799119 [diff] [blame] |
Fix a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96178 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/Scalar/LoopStrengthReduce.cpp b/lib/Transforms/Scalar/LoopStrengthReduce.cpp index 11f2187..76afe62 100644 --- a/lib/Transforms/Scalar/LoopStrengthReduce.cpp +++ b/lib/Transforms/Scalar/LoopStrengthReduce.cpp
@@ -2238,7 +2238,7 @@ namespace { -/// WorkItem - Helper class for GenerateConstantOffsetReuse. It's used to +/// WorkItem - Helper class for GenerateCrossUseConstantOffsets. It's used to /// defer modifications so that the search phase doesn't have to worry about /// the data structures moving underneath it. struct WorkItem {