Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / InstCombine / signext.ll
index 716662682da32fc68ad8fa69bd7d6d17ce472f8d..008662e04e9df1052e16ba82c9f04268a69f7611 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | \
+; RUN: opt < %s -instcombine -S | \
 ; RUN:    not grep {(and\|xor\|add\|shl\|shr)}
 ; END.