Address issues found by Duncan during post-commit review of r177856.
[oota-llvm.git] / test / Transforms / InstCombine / apint-and1.ll
index b6c7bd9a6b0eab27ad19e9dc4c18cdaf02b0be80..fcd2dcd23ad15b8e90bda7e5402a9a0052b30efe 100644 (file)
@@ -1,7 +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 | 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