summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMFastISel.cpp
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
commit8a98ec4d4bef9ecaee032782b231422c32395709 (patch)
tree79ed379c36e01ce9c8f1afd04d74f3d11b64736e /llvm/lib/Target/ARM/ARMFastISel.cpp
parentf3e73ad5da0f994e385952845957584c115ede32 (diff)
downloadbcm5719-llvm-8a98ec4d4bef9ecaee032782b231422c32395709.tar.gz
bcm5719-llvm-8a98ec4d4bef9ecaee032782b231422c32395709.zip
Indentation.
llvm-svn: 143670
Diffstat (limited to 'llvm/lib/Target/ARM/ARMFastISel.cpp')
-rw-r--r--llvm/lib/Target/ARM/ARMFastISel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMFastISel.cpp b/llvm/lib/Target/ARM/ARMFastISel.cpp
index ab5caa3d5eb..0290c9d6114 100644
--- a/llvm/lib/Target/ARM/ARMFastISel.cpp
+++ b/llvm/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) ||
OpenPOWER on IntegriCloud