typo spotted by duncan.

llvm-svn: 88884
This commit is contained in:
Chris Lattner 2009-11-16 03:51:42 +00:00
parent bd7b181f94
commit f3d89dee33

View File

@ -270,7 +270,7 @@ namespace {
/// This is all of the cached information about this value.
ValueCacheEntryTy &Cache;
/// NewBlocks - This is a mpping of the new BasicBlocks which have been
/// NewBlocks - This is a mapping of the new BasicBlocks which have been
/// added to cache but that are not in sorted order.
DenseMap<BasicBlock*, LVILatticeVal> NewBlockInfo;
public: