Indentation.
authorChad Rosier <mcrosier@apple.com>
Fri, 4 Nov 2011 00:58:10 +0000 (00:58 +0000)
committerChad Rosier <mcrosier@apple.com>
Fri, 4 Nov 2011 00:58:10 +0000 (00:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143670 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMFastISel.cpp

index ab5caa3d5eb13e88d41a169b8d7299f76f050226..0290c9d611407957dc641152c80891d2b529feda 100644 (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) ||