Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / InstCombine / 2008-05-22-NegValVector.ll
index f2511b383254993e625cf40ffcb960755ce2e855..bf92faf2fec58d67127c16e3f21a036790240f27 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep sub
+; RUN: opt < %s -instcombine -S | not grep sub
 
 define <3 x i8> @f(<3 x i8> %a) {
   %A = sub <3 x i8> zeroinitializer, %a