Don't do (x - (y - z)) --> (x + (z - y)) on floating-point types, because
[oota-llvm.git] / test / Transforms / DeadArgElim / canon.ll
2008-07-15 Matthijs KooijmanAdd a testcase for the canonicalizations now performed...