diff options
-rw-r--r-- | include/llvm/Transforms/Scalar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Transforms/Scalar.h b/include/llvm/Transforms/Scalar.h index 3d88a2f08e..a0f51fccb3 100644 --- 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 Os = false); +LoopPass *createLoopUnswitchPass(bool OptimizeForSize = false); //===----------------------------------------------------------------------===// // |