Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / InstCombine / apint-sub.ll
index 2ff763c9f5f891a80ba47b333496f5a43d08fc91..8b9ff143ea4e2fe83a25d09b61b55cfa29037ef5 100644 (file)
@@ -2,7 +2,7 @@
 ; even with arbitrary precision integers.
 ;
 
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | \
+; RUN: opt < %s -instcombine -S | \
 ; RUN:   grep -v {sub i19 %Cok, %Bok} | grep -v {sub i25 0, %Aok} | not grep sub
 ; END.