instcombine: disable optimization of 'invoke null/undef'. I'll move this functionali...
[oota-llvm.git] / test / Transforms / InstCombine / zext-bool-add-sub.ll
index 105fa171c0b3752fb01743db6b38623d9f79cb47..11642733acc070034a8a9bb259c57822f39241ab 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep {zext } | count 0
+; RUN: opt < %s -instcombine -S | not grep zext
 
 define i32 @a(i1 %x) {
 entry:
@@ -27,5 +27,3 @@ entry:
         %res = sub i32 3, %y
         ret i32 %res
 }
-
-