mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
[GVN] Fix a typo in comment
NFC. Differential Revision: https://reviews.llvm.org/D97200 Reviewed By: fhahn
This commit is contained in:
parent
53c935bd4f
commit
a9e0e1dc75
@ -1774,7 +1774,7 @@ bool GVN::processLoad(LoadInst *L) {
|
||||
MSSAU->removeMemoryAccess(L);
|
||||
++NumGVNLoad;
|
||||
reportLoadElim(L, AvailableValue, ORE);
|
||||
// Tell MDA to rexamine the reused pointer since we might have more
|
||||
// Tell MDA to reexamine the reused pointer since we might have more
|
||||
// information after forwarding it.
|
||||
if (MD && AvailableValue->getType()->isPtrOrPtrVectorTy())
|
||||
MD->invalidateCachedPointerInfo(AvailableValue);
|
||||
|
Loading…
Reference in New Issue
Block a user