summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2008-09-24 01:03:00 +0000
committerDevang Patel <dpatel@apple.com>2008-09-24 01:03:00 +0000
commite2aef07b2ddd0eeea19d304ad4993b75882c2b40 (patch)
tree73314437afc7eb6953fc4523f8d6f19ad50355f2 /clang/lib/CodeGen
parent3e1f51b53ff0daba0d876db2bbf0856622d593f1 (diff)
downloadbcm5719-llvm-e2aef07b2ddd0eeea19d304ad4993b75882c2b40.tar.gz
bcm5719-llvm-e2aef07b2ddd0eeea19d304ad4993b75882c2b40.zip
Adjust whitespaces.
llvm-svn: 56538
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r--clang/lib/CodeGen/CGCall.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CGCall.cpp b/clang/lib/CodeGen/CGCall.cpp
index 11e2ec21424..68fa0fa02f7 100644
--- a/clang/lib/CodeGen/CGCall.cpp
+++ b/clang/lib/CodeGen/CGCall.cpp
@@ -537,8 +537,8 @@ void CodeGenModule::ConstructParamAttrList(const Decl *TargetDecl,
case ABIArgInfo::StructRet:
PAL.push_back(llvm::FnAttributeWithIndex::get(Index,
- llvm::ParamAttr::StructRet|
- llvm::ParamAttr::NoAlias));
+ llvm::ParamAttr::StructRet|
+ llvm::ParamAttr::NoAlias));
++Index;
break;
OpenPOWER on IntegriCloud