Fix spelling and grammar in a comment.
[oota-llvm.git] / test / Transforms / Reassociate / mulfactor2.ll
index 11fe2e04084e2ef6e11e85f5043093948c6c56e5..62a890b90b68f39da17f6f490cc122e1ae7c7672 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 -o %t 
+; RUN:   opt -instcombine -reassociate -instcombine | llvm-dis > %t 
 ; RUN: grep mul %t | count 1
 ; RUN: grep add %t | count 1