Fix pointer info on PPC byval stores
[oota-llvm.git] / test / Transforms / InstCombine / multi-use-or.ll
index 48049677acd852e24a9ee12098d14971856c139d..8b90e0d7f619c13df15d707647b758221ff08868 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | 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.