Don't do (x - (y - z)) --> (x + (z - y)) on floating-point types, because
[oota-llvm.git] / test / Transforms / SimplifyLibCalls / StrNCat.ll
2009-04-12 Chris Lattneradd some optimizations for strncpy/strncat and factor...