From: Matthijs Kooijman Date: Fri, 23 May 2008 07:57:02 +0000 (+0000) Subject: Indent fix. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=992e97eed344a141ff581838cfdacb76a1e9559a;p=oota-llvm.git Indent fix. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51477 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/IPO/ArgumentPromotion.cpp b/lib/Transforms/IPO/ArgumentPromotion.cpp index a6bef18e823..b3d783d2aed 100644 --- a/lib/Transforms/IPO/ArgumentPromotion.cpp +++ b/lib/Transforms/IPO/ArgumentPromotion.cpp @@ -75,8 +75,8 @@ namespace { Function *DoPromotion(Function *F, SmallPtrSet &ArgsToPromote, SmallPtrSet &ByValArgsToTransform); - /// The maximum number of elements to expand, or 0 for unlimited. - unsigned maxElements; + /// The maximum number of elements to expand, or 0 for unlimited. + unsigned maxElements; }; }