Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / Reassociate / mulfactor2.ll
index 1d0e68d2445bb4529f799dad39c98d9160923442..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 -S > %t 
+; RUN: opt < %s -instcombine -reassociate -instcombine -S > %t
 ; RUN: grep mul %t | count 1
 ; RUN: grep add %t | count 1