Fix a comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96178 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2010-02-14 18:51:20 +00:00
parent ce947366ec
commit 6020d85c41

View 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 {