Don't do (x - (y - z)) --> (x + (z - y)) on floating-point types, because
[oota-llvm.git] / test / Transforms / GlobalOpt / 2009-03-07-PromotePtrToBool.ll
2009-03-07 Chris Lattnerfix a serious pessimization that Tron on IRC pointed...