mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Fix a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186541 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
763c066dca
commit
3a79975169
@ -979,7 +979,7 @@ bool BoUpSLP::isConsecutiveAccess(Value *A, Value *B) {
|
||||
if (!PtrA || !PtrB || (ASA != ASB))
|
||||
return false;
|
||||
|
||||
// Check that A and B are of the same type.
|
||||
// Make sure that A and B are different pointers of the same type.
|
||||
if (PtrA == PtrB || PtrA->getType() != PtrB->getType())
|
||||
return false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user