Fix pointer info on PPC byval stores
[oota-llvm.git] / test / Transforms / InstCombine / and-not-or.ll
index 9e9f397c4be32cc4a66d38d244e2f8801aefe9d7..a42140be2805203a338a680e28fc553388bb7c6c 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep {and i32 %x, %y} | count 4
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep {or}
+; RUN: opt < %s -instcombine -S | grep "and i32 %x, %y" | count 4
+; RUN: opt < %s -instcombine -S | not grep "or"
 
 define i32 @func1(i32 %x, i32 %y) nounwind {
 entry: