mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-08 04:52:50 +00:00
[MemDep] NFC variable name change
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291679 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
de8188fb92
commit
8e9ce7830f
@ -325,11 +325,11 @@ MemDepResult MemoryDependenceResults::getPointerDependencyFrom(
|
||||
|
||||
if (QueryInst != nullptr) {
|
||||
if (auto *LI = dyn_cast<LoadInst>(QueryInst)) {
|
||||
MemDepResult invariantGroupDependency =
|
||||
MemDepResult InvariantGroupDependency =
|
||||
getInvariantGroupPointerDependency(LI, BB);
|
||||
|
||||
if (invariantGroupDependency.isDef())
|
||||
return invariantGroupDependency;
|
||||
if (InvariantGroupDependency.isDef())
|
||||
return InvariantGroupDependency;
|
||||
}
|
||||
}
|
||||
return getSimplePointerDependencyFrom(MemLoc, isLoad, ScanIt, BB, QueryInst,
|
||||
|
Loading…
Reference in New Issue
Block a user