FileCheck-ize a test, and tidy it up a touch.
[oota-llvm.git] / test / Transforms / Reassociate / mulfactor2.ll
index 11fe2e04084e2ef6e11e85f5043093948c6c56e5..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 -o %t 
+; RUN: opt < %s -instcombine -reassociate -instcombine -S > %t
 ; RUN: grep mul %t | count 1
 ; RUN: grep add %t | count 1