Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / InstCombine / add.ll
index c20d6b7679aeefa3d28485d5a8760a4740eb5bfd..4719809d6d36944107595bbd71540fa9e63de629 100644 (file)
@@ -1,6 +1,6 @@
 ; This test makes sure that add instructions are properly eliminated.
 
-; RUN: opt %s -instcombine | llvm-dis | \
+; RUN: opt < %s -instcombine -S | \
 ; RUN:    grep -v OK | not grep add
 
 define i32 @test1(i32 %A) {