Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / InstCombine / apint-select.ll
index d804a34f6e4abd64d0c79dac0fe5b33a363cb1a9..f2ea60101c5f9663990a6d14b90a6495072a4a40 100644 (file)
@@ -1,9 +1,7 @@
 ; This test makes sure that these instructions are properly eliminated.
 
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep select &&
-; RUN: llvm-as < %s | opt -instcombine -disable-output
+; RUN: opt < %s -instcombine -S | not grep select
 
-implementation
 
 define i41 @test1(i1 %C) {
        %V = select i1 %C, i41 1, i41 0  ; V = C