Don't do (x - (y - z)) --> (x + (z - y)) on floating-point types, because
[oota-llvm.git] / test / Transforms / FunctionAttrs / 2008-12-29-Constant.ll
2008-12-31 Duncan SandsRename AddReadAttrs to FunctionAttrs, and teach it how