Test commit access (NFC)

llvm-svn: 283439
This commit is contained in:
Henric Karlsson 2016-10-06 10:58:41 +00:00
parent 8ed36a9e0a
commit a92296750c

View 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.