Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / InstCombine / addnegneg.ll
index f3b9565a51e115901eb2b34f8ded3b3c3f384a2e..a3a09f27ed957511a3d974d39ba57e5f641ca948 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep { sub } | count 1
+; RUN: opt < %s -instcombine -S | grep { sub } | count 1
 ; PR2047
 
 define i32 @l(i32 %a, i32 %b, i32 %c, i32 %d) {