InstCombine: creating selects from -1 and 0 is fine, they combine into a sext from i1.
[oota-llvm.git] / test / Bitcode / flags.ll
2010-01-25 Dan GohmanFix the bitcode reader to deserialize nuw/nsw/etc....