Fix a comment.

llvm-svn: 96178
This commit is contained in:
Dan Gohman 2010-02-14 18:51:20 +00:00
parent bb7d52213c
commit e7f74bb16c
1 changed files with 1 additions and 1 deletions

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 {