[SimplifyLibCalls] Fix negative shifts being produced by the memchr -> bitfield trans...
[oota-llvm.git] / test / Transforms / InstCombine / apint-and2.ll
index e66eeff12d39f78a90f05d629483401bc02d05ec..78dc8f990d08f488843adc4386e8deef17e43267 100644 (file)
@@ -1,8 +1,8 @@
 ; This test makes sure that and instructions are properly eliminated.
 ; This test is for Integer BitWidth > 64 && BitWidth <= 1024.
 
-; 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 i999 @test0(i999 %A) {