Add space to assert message.
[oota-llvm.git] / test / Transforms / Reassociate / subtest.ll
index 78bd0ef3b8aa290366a859efd2761ecf7e63c778..4c63d1238a6741583e49bee9edf40a36200d9470 100644 (file)
@@ -1,6 +1,6 @@
 ; With sub reassociation, constant folding can eliminate the 12 and -12 constants.
 ;
-; RUN: opt %s -reassociate -instcombine | llvm-dis | not grep 12
+; RUN: opt < %s -reassociate -instcombine -S | not grep 12
 
 define i32 @test(i32 %A, i32 %B) {
        %X = add i32 -12, %A            ; <i32> [#uses=1]