Add space to assert message.
[oota-llvm.git] / test / Transforms / Reassociate / subtest2.ll
index 91c3b7ff8a66464d85782204fe215e1093d4f27a..0513c5fc1b63ffba95618fd54822eee421994150 100644 (file)
@@ -1,6 +1,6 @@
 ; With sub reassociation, constant folding can eliminate the uses of %a.
 ;
-; RUN: opt %s -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  {