[Reassociate] Don't canonicalize X - undef to X + (-undef).
[oota-llvm.git] / test / Transforms / Reassociate / liftsign.ll
2014-08-21 Erik VerbruggenReassociate x + -0.1234 * y into x - 0.1234 * y