Eliminate more redundant llvm-as calls.
[oota-llvm.git] / test / Transforms / Reassociate / mulfactor2.ll
index 62a890b90b68f39da17f6f490cc122e1ae7c7672..1d0e68d2445bb4529f799dad39c98d9160923442 100644 (file)
@@ -1,7 +1,7 @@
 ; This should turn into one multiply and one add.
 
 ; RUN: llvm-as < %s | \
-; RUN:   opt -instcombine -reassociate -instcombine | llvm-dis > %t 
+; RUN:   opt -instcombine -reassociate -instcombine -S > %t 
 ; RUN: grep mul %t | count 1
 ; RUN: grep add %t | count 1