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 | e7f74bb16cece7add4f71bd0860ab0dbed2096d3 (patch) | |
tree | 60582f092babc3d52494e76d3f4d1ee0c4447add /llvm/lib/Transforms | |
parent | bb7d52213ce50a3b292df10ab36e63d440d2a135 (diff) | |
download | bcm5719-llvm-e7f74bb16cece7add4f71bd0860ab0dbed2096d3.tar.gz bcm5719-llvm-e7f74bb16cece7add4f71bd0860ab0dbed2096d3.zip |
Fix a comment.
llvm-svn: 96178
Diffstat (limited to 'llvm/lib/Transforms')
-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 11f21879347..76afe62768a 100644 --- a/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp +++ b/llvm/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 { |