projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18b3da6
)
Indent fix.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Fri, 23 May 2008 07:57:02 +0000
(07:57 +0000)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Fri, 23 May 2008 07:57:02 +0000
(07:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51477
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/IPO/ArgumentPromotion.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/IPO/ArgumentPromotion.cpp
b/lib/Transforms/IPO/ArgumentPromotion.cpp
index a6bef18e8235cded4efe9720f266c338ff46d0bd..b3d783d2aed8f88614a82c24c03774c0d65928cd 100644
(file)
--- a/
lib/Transforms/IPO/ArgumentPromotion.cpp
+++ b/
lib/Transforms/IPO/ArgumentPromotion.cpp
@@
-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;
};
}