Fold (-x + -y) -> -(x+y) which promotes better association, fixing
[oota-llvm.git] / test / Transforms / InstCombine / call2.ll
2007-04-04 Dale JohannesenTest for transformConstExprCastCall fix.