summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/LoadValueNumbering.cpp
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-09-11 15:31:17 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-09-11 15:31:17 +0000
commit250f976eb38b19e040d34a2344bf6a3a9e69d3c2 (patch)
treecea315bb2358a1ca3f5b1db110d34ee035fe0508 /llvm/lib/Analysis/LoadValueNumbering.cpp
parent73c5be4a2ebb8415cb91780f93c14a64f2bfc724 (diff)
downloadbcm5719-llvm-250f976eb38b19e040d34a2344bf6a3a9e69d3c2.tar.gz
bcm5719-llvm-250f976eb38b19e040d34a2344bf6a3a9e69d3c2.zip
Spell `definitely' correctly.
llvm-svn: 8466
Diffstat (limited to 'llvm/lib/Analysis/LoadValueNumbering.cpp')
-rw-r--r--llvm/lib/Analysis/LoadValueNumbering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/LoadValueNumbering.cpp b/llvm/lib/Analysis/LoadValueNumbering.cpp
index b433de3d53f..79e071d5043 100644
--- a/llvm/lib/Analysis/LoadValueNumbering.cpp
+++ b/llvm/lib/Analysis/LoadValueNumbering.cpp
@@ -85,7 +85,7 @@ void LoadVN::getAnalysisUsage(AnalysisUsage &AU) const {
void LoadVN::getEqualNumberNodes(Value *V,
std::vector<Value*> &RetVals) const {
// If the alias analysis has any must alias information to share with us, we
- // can definately use it.
+ // can definitely use it.
if (isa<PointerType>(V->getType()))
getAnalysis<AliasAnalysis>().getMustAliases(V, RetVals);
OpenPOWER on IntegriCloud