diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-09-11 18:14:24 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-09-11 18:14:24 +0000 |
commit | 2f2d06506c9167dada05b11debe717334de972d4 (patch) | |
tree | b4db466a5bb0270d2711628d7b91ded86660892d /lib/Analysis/LoadValueNumbering.cpp | |
parent | 0043e4698c66bcac6526bbb9f133d2326a915494 (diff) |
Fixed spelling and grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8478 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/LoadValueNumbering.cpp')
-rw-r--r-- | lib/Analysis/LoadValueNumbering.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Analysis/LoadValueNumbering.cpp b/lib/Analysis/LoadValueNumbering.cpp index 79e071d504..2022065422 100644 --- a/lib/Analysis/LoadValueNumbering.cpp +++ b/lib/Analysis/LoadValueNumbering.cpp @@ -109,7 +109,7 @@ void LoadVN::getEqualNumberNodes(Value *V, Function *F = LI->getParent()->getParent(); // Now that we know the set of equivalent source pointers for the load - // instruction, look to see if there are any load or store candiates that + // instruction, look to see if there are any load or store candidates that // are identical. // std::vector<LoadInst*> CandidateLoads; @@ -148,7 +148,7 @@ void LoadVN::getEqualNumberNodes(Value *V, AliasAnalysis &AA = getAnalysis<AliasAnalysis>(); DominatorSet &DomSetInfo = getAnalysis<DominatorSet>(); - // Loop over all of the candindate loads. If they are not invalidated by + // Loop over all of the candidate loads. If they are not invalidated by // stores or calls between execution of them and LI, then add them to // RetVals. for (unsigned i = 0, e = CandidateLoads.size(); i != e; ++i) |