Indent fix.

llvm-svn: 51477
This commit is contained in:
Matthijs Kooijman 2008-05-23 07:57:02 +00:00
parent 3bf5512d87
commit f399bbf980
1 changed files with 2 additions and 2 deletions

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;
};
}