Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / InstCombine / apint-and2.ll
index 690f0e1df2fbf46e889971c2657596f93befdbce..ae74472b3d086a0db068e022a0dbd98e39f627ee 100644 (file)
@@ -1,10 +1,9 @@
 ; 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.
 
-implementation
 
 define i999 @test0(i999 %A) {
         %B = and i999 %A, 0 ; zero result