Back out 60748 for now. It's breaking SPASS, 254.gap, and 464.h264ref.
[oota-llvm.git] / lib / Analysis / MemoryDependenceAnalysis.cpp
index 5a7c7b79ad2a595180ed5280a807e1bd7d1bcf44..30d54505d1b7764af29199036ae912a68402fc8b 100644 (file)
@@ -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();