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:
f082a9a
)
Rename.
author
Devang Patel
<dpatel@apple.com>
Wed, 6 Jun 2007 00:49:02 +0000
(
00:49
+0000)
committer
Devang Patel
<dpatel@apple.com>
Wed, 6 Jun 2007 00:49:02 +0000
(
00:49
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37448
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Transforms/Scalar.h
patch
|
blob
|
history
diff --git
a/include/llvm/Transforms/Scalar.h
b/include/llvm/Transforms/Scalar.h
index 3d88a2f08ecb383513c39dde374f3fe7b67b6070..a0f51fccb3617e36fc2d5c2234ec3d0d09a2b0cd 100644
(file)
--- a/
include/llvm/Transforms/Scalar.h
+++ b/
include/llvm/Transforms/Scalar.h
@@
-127,7
+127,7
@@
LoopPass *createLoopStrengthReducePass(const TargetLowering *TLI = 0);
//
// LoopUnswitch - This pass is a simple loop unswitching pass.
//
-LoopPass *createLoopUnswitchPass(bool O
s
= false);
+LoopPass *createLoopUnswitchPass(bool O
ptimizeForSize
= false);
//===----------------------------------------------------------------------===//
//