forked from OSchip/llvm-project
parent
3bf5512d87
commit
f399bbf980
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue