projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79ac32d
)
typo spotted by duncan.
author
Chris Lattner
<sabre@nondot.org>
Mon, 16 Nov 2009 03:51:42 +0000
(
03:51
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 16 Nov 2009 03:51:42 +0000
(
03:51
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@88884
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Analysis/LazyValueInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/Analysis/LazyValueInfo.cpp
b/lib/Analysis/LazyValueInfo.cpp
index 1f7f1933913175b8c5d9cadad172372bd7c39cdf..5796c6fe1acce313b943ae3080f41970e6691f70 100644
(file)
--- 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 m
a
pping of the new BasicBlocks which have been
/// added to cache but that are not in sorted order.
DenseMap<BasicBlock*, LVILatticeVal> NewBlockInfo;
public: