Fold (-x + -y) -> -(x+y) which promotes better association, fixing
[oota-llvm.git] / test / Transforms / InstCombine / 2008-01-13-AndCmpCmp.ll
2008-01-13 Chris LattnerFix PR1907, a nasty miscompilation because instcombine...