[llvm-commits] CVS: llvm/include/llvm/Transforms/Scalar.h

Chris Lattner clattner at apple.com
Tue Jun 5 17:42:04 PDT 2007


>  //
>  // LoopUnswitch - This pass is a simple loop unswitching pass.
>  //
> -LoopPass *createLoopUnswitchPass();
> +LoopPass *createLoopUnswitchPass(bool Os = false);

Hey Devang, please name this something like "OptimizeForSize" or  
something, instead of Os :)

-Chris



More information about the llvm-commits mailing list