Don't do (x - (y - z)) --> (x + (z - y)) on floating-point types, because
[oota-llvm.git] / test / Transforms / MemCpyOpt / 2008-02-24-MultipleUseofSRet.ll
2008-04-09 Owen AndersonFactor a bunch of functionality related to memcpy and...