Add space to assert message.
[oota-llvm.git] / test / Transforms / Reassociate / otherops.ll
index 267d3bd13c34305e13669dbe11244f1cd09186d1..d68d00818cb8d27f49fff215207a32c3b0c7688d 100644 (file)
@@ -1,6 +1,6 @@
 ; Reassociation should apply to Add, Mul, And, Or, & Xor
 ;
-; RUN: opt %s -reassociate -constprop -instcombine -die -S | not grep 12
+; RUN: opt %s -reassociate -constprop -instcombine -die -S | not grep 12
 
 define i32 @test_mul(i32 %arg) {
        %tmp1 = mul i32 12, %arg                ; <i32> [#uses=1]