Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / Reassociate / mulfactor2.ll
index 62a890b90b68f39da17f6f490cc122e1ae7c7672..8116554196fba16fe784368f08aa43176c35310a 100644 (file)
@@ -1,7 +1,6 @@
 ; This should turn into one multiply and one add.
 
-; RUN: llvm-as < %s | \
-; RUN:   opt -instcombine -reassociate -instcombine | llvm-dis > %t 
+; RUN: opt < %s -instcombine -reassociate -instcombine -S > %t
 ; RUN: grep mul %t | count 1
 ; RUN: grep add %t | count 1