Fix for PR2479: correctly optimize expressions like (a > 13) & (a ==
[oota-llvm.git] / test / Transforms / InstCombine / 2008-02-28-OrFCmpCrash.ll
2008-02-29 Chris LattnerFolding or(fcmp,fcmp) only works if the operands of...