80 col violation.

llvm-svn: 74693
This commit is contained in:
Evan Cheng 2009-07-02 06:44:30 +00:00
parent 2c450d35ae
commit 844f0b4562
1 changed files with 2 additions and 2 deletions

View File

@ -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;