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