llvm-ar: Clean up memory management with OwningPtr.
[oota-llvm.git] / test / Transforms / InstSimplify / AndOrXor.ll
2011-10-28 Duncan SandsA shift of a power of two is a power of two or zero.
2011-10-26 Duncan SandsThe maximum power of 2 dividing a power of 2 is itself...