mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-12 14:17:59 +00:00
[LLE] Fix a comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@262270 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3a7e753170
commit
525f545ba3
@ -219,9 +219,9 @@ public:
|
||||
if (OtherCand == nullptr)
|
||||
continue;
|
||||
|
||||
// Handle the very basic of case when the two stores are in the same
|
||||
// block so deciding which one forwards is easy. The later one forwards
|
||||
// as long as they both have a dependence distance of one to the load.
|
||||
// Handle the very basic case when the two stores are in the same block
|
||||
// so deciding which one forwards is easy. The later one forwards as
|
||||
// long as they both have a dependence distance of one to the load.
|
||||
if (Cand.Store->getParent() == OtherCand->Store->getParent() &&
|
||||
Cand.isDependenceDistanceOfOne(PSE) &&
|
||||
OtherCand->isDependenceDistanceOfOne(PSE)) {
|
||||
|
Loading…
Reference in New Issue
Block a user