InstCombine: fix a bug when combining (fcmp cc0 x, y) && (fcmp cc1 x, y).
[oota-llvm.git] / test / Transforms / InstCombine / idioms.ll
2010-01-19 Chris Lattneroptimize ~(~X >>s Y) --> (X >>s Y), patch by Edmund...