mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
[MemDep] NFC variable name change
llvm-svn: 291679
This commit is contained in:
parent
7ec3f26819
commit
32999b146c
@ -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…
x
Reference in New Issue
Block a user