summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2011-11-04 00:58:10 +0000
committerChad Rosier <mcrosier@apple.com>2011-11-04 00:58:10 +0000
commit8e4a2e4f730e691e116a4b2cee3a2c760a54ac09 (patch)
tree3742c720e5bd831323059e30c66f6394a016da0c
parentf470cbbad204caa85275873004151b92fba24375 (diff)
downloadllvm-8e4a2e4f730e691e116a4b2cee3a2c760a54ac09.tar.gz
llvm-8e4a2e4f730e691e116a4b2cee3a2c760a54ac09.tar.bz2
llvm-8e4a2e4f730e691e116a4b2cee3a2c760a54ac09.tar.xz
Indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143670 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/ARM/ARMFastISel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMFastISel.cpp b/lib/Target/ARM/ARMFastISel.cpp
index ab5caa3d5e..0290c9d611 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) ||