Address issues found by Duncan during post-commit review of r177856.
[oota-llvm.git] / test / Transforms / InstCombine / apint-and1.ll
index 11e504a1824c9ebcadedea0755ff1ebef7a478fa..fcd2dcd23ad15b8e90bda7e5402a9a0052b30efe 100644 (file)
@@ -1,10 +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 '
-
-implementation
+; RUN: opt < %s -instcombine -S | not grep "and "
+; END.
 
 define i39 @test0(i39 %A) {
         %B = and i39 %A, 0 ; zero result