When folding away a (shl (shr)) pair, we need to check that the bits that will BECOME...
[oota-llvm.git] / test / Transforms / InstCombine / fcmp-select.ll
2010-02-23 Dan GohmanDon't do (X != Y) ? X : Y -> X for floating-point...