Don't do (x - (y - z)) --> (x + (z - y)) on floating-point types, because
[oota-llvm.git] / test / Transforms / GlobalOpt / 2008-01-13-OutOfRangeSROA.ll
2008-01-14 Chris LattnerFix the miscompilation of MiBench/consumer-lame that...