diff options
author | Chris Lattner <sabre@nondot.org> | 2009-11-16 03:51:42 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-11-16 03:51:42 +0000 |
commit | e58c05780e5afea17ecd3ea5da11377f92f86eb9 (patch) | |
tree | 63f166c7e1924ca4f324f3508c07def60a01aab8 /llvm/lib/Analysis/LazyValueInfo.cpp | |
parent | 223f5119e1c947d6c6902c8395a2dc87e20fec7b (diff) | |
download | bcm5719-llvm-e58c05780e5afea17ecd3ea5da11377f92f86eb9.tar.gz bcm5719-llvm-e58c05780e5afea17ecd3ea5da11377f92f86eb9.zip |
typo spotted by duncan.
llvm-svn: 88884
Diffstat (limited to 'llvm/lib/Analysis/LazyValueInfo.cpp')
-rw-r--r-- | llvm/lib/Analysis/LazyValueInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/LazyValueInfo.cpp b/llvm/lib/Analysis/LazyValueInfo.cpp index 1f7f1933913..5796c6fe1ac 100644 --- a/llvm/lib/Analysis/LazyValueInfo.cpp +++ b/llvm/lib/Analysis/LazyValueInfo.cpp @@ -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: |