OSDN Git Service

Test commit access (NFC)
authorHenric Karlsson <henric.karlsson@ericsson.com>
Thu, 6 Oct 2016 10:58:41 +0000 (10:58 +0000)
committerHenric Karlsson <henric.karlsson@ericsson.com>
Thu, 6 Oct 2016 10:58:41 +0000 (10:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283439 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/MemoryDependenceAnalysis.cpp

index bd3f790..48acec0 100644 (file)
@@ -180,7 +180,7 @@ MemDepResult MemoryDependenceResults::getCallSiteDependencyFrom(
     BasicBlock *BB) {
   unsigned Limit = BlockScanLimit;
 
-  // Walk backwards through the block, looking for dependencies
+  // Walk backwards through the block, looking for dependencies.
   while (ScanIt != BB->begin()) {
     // Limit the amount of scanning we do so we don't end up with quadratic
     // running time on extreme testcases.