Fold (-x + -y) -> -(x+y) which promotes better association, fixing
[oota-llvm.git] / test / Transforms / InstCombine / 2008-01-27-FloatSelect.ll
2008-01-28 Chris LattnerFix PR1932 by disabling an xform invalid for fdiv.