mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-04 02:18:46 +00:00
Test commit access (NFC)
llvm-svn: 283439
This commit is contained in:
parent
8ed36a9e0a
commit
a92296750c
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user