Folding or(fcmp,fcmp) only works if the operands of the fcmps are the same fp type.
[oota-llvm.git] / test / Transforms / InstCombine / addnegneg.ll
2008-02-17 Chris LattnerFold (-x + -y) -> -(x+y) which promotes better associat...