mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-22 05:21:13 +00:00
the correct fix was to fix AliasAnalysis.getModRefInfo
llvm-svn: 22268
This commit is contained in:
parent
8ff5960b39
commit
4e1c8055ea
@ -328,10 +328,6 @@ void LoadVN::getEqualNumberNodes(Value *V,
|
||||
LoadInvalidatedInBBBefore = true;
|
||||
break;
|
||||
}
|
||||
if (dyn_cast<VAArgInst>(I)) {
|
||||
LoadInvalidatedInBBBefore = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
// Figure out if the load is invalidated between the load and the exit of the
|
||||
|
Loading…
x
Reference in New Issue
Block a user