git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37448 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel 2007-06-06 00:49:02 +00:00
parent f082a9ae6b
commit 980c4e0466

View File

@ -127,7 +127,7 @@ LoopPass *createLoopStrengthReducePass(const TargetLowering *TLI = 0);
// //
// LoopUnswitch - This pass is a simple loop unswitching pass. // LoopUnswitch - This pass is a simple loop unswitching pass.
// //
LoopPass *createLoopUnswitchPass(bool Os = false); LoopPass *createLoopUnswitchPass(bool OptimizeForSize = false);
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// //