Folding or(fcmp,fcmp) only works if the operands of the fcmps are the same fp type.
[oota-llvm.git] / test / Transforms / InstCombine / 2007-12-10-ConstFoldCompare.ll
2007-12-10 Chris LattnerFix PR1850 by removing an unsafe transformation from...