Fold (-x + -y) -> -(x+y) which promotes better association, fixing
[oota-llvm.git] / test / Transforms / InstCombine / 2007-11-22-IcmpCrash.ll
2007-11-22 Chris LattnerFix PR1817.