Don't do (x - (y - z)) --> (x + (z - y)) on floating-point types, because
[oota-llvm.git] / test / Transforms / GlobalOpt / globalsra-partial.ll
2008-04-19 Chris Lattnerrename *.llx -> *.ll, last batch.