Fix bug in run-line.
[oota-llvm.git] / test / Transforms / InstCombine / fsub-fsub.ll
2009-06-12 Dan GohmanDon't do (x - (y - z)) --> (x + (z - y)) on floating...