[llvm-commits] [llvm] r60754 - /llvm/trunk/lib/Analysis/MemoryDependenceAnalysis.cpp
Chris Lattner
sabre at nondot.org
Tue Dec 9 00:38:40 PST 2008
Author: lattner
Date: Tue Dec 9 02:38:36 2008
New Revision: 60754
URL: http://llvm.org/viewvc/llvm-project?rev=60754&view=rev
Log:
fix typos gabor noticed
Modified:
llvm/trunk/lib/Analysis/MemoryDependenceAnalysis.cpp
Modified: llvm/trunk/lib/Analysis/MemoryDependenceAnalysis.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Analysis/MemoryDependenceAnalysis.cpp?rev=60754&r1=60753&r2=60754&view=diff
==============================================================================
--- llvm/trunk/lib/Analysis/MemoryDependenceAnalysis.cpp (original)
+++ llvm/trunk/lib/Analysis/MemoryDependenceAnalysis.cpp Tue Dec 9 02:38:36 2008
@@ -608,7 +608,7 @@
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();
More information about the llvm-commits
mailing list