InstCombine: fix a bug when combining (fcmp cc0 x, y) && (fcmp cc1 x, y).
[oota-llvm.git] / test / Transforms / InstCombine / multi-use-or.ll
index 6357e466d01814a016877d0602de63af077cac30..8c6a0e0bbcecf6b1c58346b979498bdeb5b1546b 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine -S | grep {add double .sx, .sy}
+; RUN: opt < %s -instcombine -S | grep {fadd double .sx, .sy}
 ; The 'or' has multiple uses, make sure that this doesn't prevent instcombine
 ; from propagating the extends to the truncs.