Fix a README item: when doing a comparison with the result
[oota-llvm.git] / test / Transforms / Reassociate / subtest2.ll
index c81e9b38def99c699ccdf1f2874542df2191c08f..0513c5fc1b63ffba95618fd54822eee421994150 100644 (file)
@@ -1,6 +1,6 @@
 ; With sub reassociation, constant folding can eliminate the uses of %a.
 ;
-; RUN: llvm-as < %s | opt -reassociate -instcombine | llvm-dis | grep %a | count 1
+; RUN: opt < %s -reassociate -instcombine -S | grep %a | count 1
 ; PR2047
 
 define i32 @test(i32 %a, i32 %b, i32 %c) nounwind  {