Don't do (x - (y - z)) --> (x + (z - y)) on floating-point types, because
[oota-llvm.git] / test / Transforms / SCCP / 2009-05-27-VectorOperandZero.ll
2009-05-28 Nick LewyckyUse Operands.data() instead of &Operands[0] where Opera...