Indentation.

llvm-svn: 143670
This commit is contained in:
Chad Rosier 2011-11-04 00:58:10 +00:00
parent f3e73ad5da
commit 8a98ec4d4b
1 changed files with 1 additions and 1 deletions

View File

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