Re-enable 91381 with fixes.
[oota-llvm.git] / lib / Analysis / LazyValueInfo.cpp
index 1f7f1933913175b8c5d9cadad172372bd7c39cdf..5796c6fe1acce313b943ae3080f41970e6691f70 100644 (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: