merge two tests.
[oota-llvm.git] / test / Transforms / InstCombine / apint-and1.ll
index 53b9e23f4bf144472374751d3d5c608afb97c176..cd4cbb9cf45449bfd23d12000cc246767e956b1a 100644 (file)
@@ -1,8 +1,8 @@
 ; This test makes sure that and instructions are properly eliminated.
 ; This test is for Integer BitWidth <= 64 && BitWidth % 8 != 0.
 
-; RUN: llvm-as < %s | opt -instcombine -disable-output &&
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep 'and '
+; RUN: opt < %s -instcombine -S | not grep {and }
+; END.
 
 define i39 @test0(i39 %A) {
         %B = and i39 %A, 0 ; zero result