Don't do (x - (y - z)) --> (x + (z - y)) on floating-point types, because
[oota-llvm.git] / test / Transforms / SimplifyLibCalls / abs.ll
2008-06-09 Chris Lattnerlower calls to abs to inline code, PR2337