aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/MemoryDependenceAnalysis.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-12-09 08:38:36 +0000
committerChris Lattner <sabre@nondot.org>2008-12-09 08:38:36 +0000
commit9f1e12a2f281bc16770999caf15489dd7285824f (patch)
tree60799bb7f8a2debe39ec3bdef8de0b4b63e6f6a2 /lib/Analysis/MemoryDependenceAnalysis.cpp
parentc065b3f5ec5c165f57e26e8a26edbbd250682ea2 (diff)
fix typos gabor noticed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60754 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/MemoryDependenceAnalysis.cpp')
-rw-r--r--lib/Analysis/MemoryDependenceAnalysis.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/MemoryDependenceAnalysis.cpp b/lib/Analysis/MemoryDependenceAnalysis.cpp
index 5a7c7b79ad..30d54505d1 100644
--- a/lib/Analysis/MemoryDependenceAnalysis.cpp
+++ b/lib/Analysis/MemoryDependenceAnalysis.cpp
@@ -608,7 +608,7 @@ getNonLocalPointerDepFromBB(Value *Pointer, uint64_t PointeeSize,
unsigned NumSortedEntries = Cache->size();
// SkipFirstBlock - If this is the very first block that we're processing, we
- // don't want to skip or thing about its body, because the client was supposed
+ // don't want to scan or think about its body, because the client was supposed
// to do a local dependence query. Instead, just start processing it by
// adding its predecessors to the worklist and iterating.
bool SkipFirstBlock = Visited.empty();