mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-19 01:13:25 +00:00
80 col violation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74693 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d770d9e7d1
commit
0412957764
@ -3004,8 +3004,8 @@ ARMTargetLowering::getPreIndexedAddressParts(SDNode *N, SDValue &Base,
|
||||
return false;
|
||||
|
||||
bool isInc;
|
||||
bool isLegal = getIndexedAddressParts(Ptr.getNode(), VT, isSEXTLoad, Base, Offset,
|
||||
isInc, DAG);
|
||||
bool isLegal = getIndexedAddressParts(Ptr.getNode(), VT, isSEXTLoad, Base,
|
||||
Offset, isInc, DAG);
|
||||
if (isLegal) {
|
||||
AM = isInc ? ISD::PRE_INC : ISD::PRE_DEC;
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user