Fix a comment.
authorDan Gohman <gohman@apple.com>
Sun, 14 Feb 2010 18:51:20 +0000 (18:51 +0000)
committerDan Gohman <gohman@apple.com>
Sun, 14 Feb 2010 18:51:20 +0000 (18:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96178 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/LoopStrengthReduce.cpp

index 11f218793476a625ca33c72c5e540e277f0b1545..76afe62768a09cfe991aac0c8ccaba77ecb16f26 100644 (file)
@@ -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 {