Fold (-x + -y) -> -(x+y) which promotes better association, fixing
[oota-llvm.git] / test / Transforms / InstCombine / phi-merge.ll
2007-11-06 Chris LattnerImplement PR1777 by detecting dependent phis that