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 | d6add155a7d690c11d707f36934d62a939531381 (patch) | |
tree | fa369911aa8639601cea5090ce0a3eadbdb7b500 /lib/Analysis/LazyValueInfo.cpp | |
parent | 79ac32de3bdaf8da2213945c808f6ec26cf2a7fa (diff) | |
download | external_llvm-d6add155a7d690c11d707f36934d62a939531381.tar.gz external_llvm-d6add155a7d690c11d707f36934d62a939531381.tar.bz2 external_llvm-d6add155a7d690c11d707f36934d62a939531381.zip |
typo spotted by duncan.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@88884 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/LazyValueInfo.cpp')
-rw-r--r-- | lib/Analysis/LazyValueInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/LazyValueInfo.cpp b/lib/Analysis/LazyValueInfo.cpp index 1f7f193391..5796c6fe1a 100644 --- a/lib/Analysis/LazyValueInfo.cpp +++ b/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: |