[llvm-commits] [llvm-gcc-4.2] r63023 - /llvm-gcc-4.2/trunk/gcc/llvm-backend.cpp

Eric Christopher echristo at apple.com
Mon Jan 26 23:35:47 PST 2009


On Jan 26, 2009, at 11:13 PM, Devang Patel wrote:

> Pl. do
> 	if (optimize >= 3)
> 	  PM->add(createLoopUnswitchPass(optimize_size || optimize < 3));

Ur?

if optimize >= 3 then the right half of that or statement will never  
be true.

-eric



More information about the llvm-commits mailing list