InstCombine: fix a bug when combining (fcmp cc0 x, y) && (fcmp cc1 x, y).
[oota-llvm.git] / test / Transforms / Mem2Reg / ignore-lifetime.ll
2011-06-18 Nick LewyckyAdd test for r133251.