Indent fix.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51477 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Matthijs Kooijman 2008-05-23 07:57:02 +00:00
parent 18b3da6c34
commit 992e97eed3

View File

@ -75,8 +75,8 @@ namespace {
Function *DoPromotion(Function *F,
SmallPtrSet<Argument*, 8> &ArgsToPromote,
SmallPtrSet<Argument*, 8> &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;
};
}