Add a priority queue class, which is a wrapper around std::priority_queue
[oota-llvm.git] / test / Transforms / InstCombine / apint-and2.ll
index e66eeff12d39f78a90f05d629483401bc02d05ec..f7b3934d5b83d7645217d7dc8f31e811bbbcd3b9 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: llvm-as < %s | opt -instcombine | llvm-dis | not grep {and }
+; END.
 
 
 define i999 @test0(i999 %A) {