diff options
author | Dan Gohman <gohman@apple.com> | 2010-02-14 18:51:20 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-02-14 18:51:20 +0000 |
commit | 6020d85c41987b0b7890d91bf66187aac6e8a3a1 (patch) | |
tree | 4c058c476bbb7445d3a3ed99d9d3468401bab127 /lib/Transforms/Scalar/LoopStrengthReduce.cpp | |
parent | ce947366ec07ed3e9b017f0f4a07fa668a799119 (diff) |
Fix a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96178 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Scalar/LoopStrengthReduce.cpp')
-rw-r--r-- | lib/Transforms/Scalar/LoopStrengthReduce.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Scalar/LoopStrengthReduce.cpp b/lib/Transforms/Scalar/LoopStrengthReduce.cpp index 11f2187934..76afe62768 100644 --- a/lib/Transforms/Scalar/LoopStrengthReduce.cpp +++ b/lib/Transforms/Scalar/LoopStrengthReduce.cpp @@ -2238,7 +2238,7 @@ void LSRInstance::GenerateTruncates(LSRUse &LU, unsigned LUIdx, 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 { |