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