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