mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
Fix indent. NFC.
llvm-svn: 280270
This commit is contained in:
parent
af91c9e74a
commit
a07337bd30
@ -1029,8 +1029,8 @@ bool llvm::isConsecutiveAccess(Value *A, Value *B, const DataLayout &DL,
|
||||
return false;
|
||||
|
||||
// Make sure that A and B have the same type if required.
|
||||
if(CheckType && PtrA->getType() != PtrB->getType())
|
||||
return false;
|
||||
if (CheckType && PtrA->getType() != PtrB->getType())
|
||||
return false;
|
||||
|
||||
unsigned PtrBitWidth = DL.getPointerSizeInBits(ASA);
|
||||
Type *Ty = cast<PointerType>(PtrA->getType())->getElementType();
|
||||
|
Loading…
Reference in New Issue
Block a user