From: Chad Rosier Date: Fri, 4 Nov 2011 00:58:10 +0000 (+0000) Subject: Indentation. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8e4a2e4f730e691e116a4b2cee3a2c760a54ac09;p=oota-llvm.git Indentation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143670 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMFastISel.cpp b/lib/Target/ARM/ARMFastISel.cpp index ab5caa3d5eb..0290c9d6114 100644 --- a/lib/Target/ARM/ARMFastISel.cpp +++ b/lib/Target/ARM/ARMFastISel.cpp @@ -1947,7 +1947,7 @@ bool ARMFastISel::SelectCall(const Instruction *I) { if (CS.paramHasAttr(AttrInd, Attribute::ZExt)) Flags.setZExt(); - // FIXME: Only handle *easy* calls for now. + // FIXME: Only handle *easy* calls for now. if (CS.paramHasAttr(AttrInd, Attribute::InReg) || CS.paramHasAttr(AttrInd, Attribute::StructRet) || CS.paramHasAttr(AttrInd, Attribute::Nest) ||