aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-07-02 06:44:30 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-07-02 06:44:30 +0000
commit0412957764de44f63657360a22ce5445a8c87628 (patch)
tree53e6454c3378ec9dfcb79ad9352f6d016c4e3169 /lib
parentd770d9e7d1f5c65b185897dcf226b3fc64598683 (diff)
downloadexternal_llvm-0412957764de44f63657360a22ce5445a8c87628.zip
external_llvm-0412957764de44f63657360a22ce5445a8c87628.tar.gz
external_llvm-0412957764de44f63657360a22ce5445a8c87628.tar.bz2
80 col violation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74693 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/ARM/ARMISelLowering.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/ARM/ARMISelLowering.cpp b/lib/Target/ARM/ARMISelLowering.cpp
index 15f8588..2d115cb 100644
--- a/lib/Target/ARM/ARMISelLowering.cpp
+++ b/lib/Target/ARM/ARMISelLowering.cpp
@@ -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;