From: Devang Patel Date: Wed, 6 Jun 2007 00:49:02 +0000 (+0000) Subject: Rename. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=980c4e0466fb10fab3eece4bde6bdebf0f336840;p=oota-llvm.git Rename. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37448 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Transforms/Scalar.h b/include/llvm/Transforms/Scalar.h index 3d88a2f08ec..a0f51fccb36 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); //===----------------------------------------------------------------------===// //