From: Dan Gohman Date: Sun, 14 Feb 2010 18:51:20 +0000 (+0000) Subject: Fix a comment. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=6020d85c41987b0b7890d91bf66187aac6e8a3a1;p=oota-llvm.git 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 11f21879347..76afe62768a 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 {