Revert r136503 and r136480 in an effort to fix non-determinism in the llvm-gcc buildb...
[oota-llvm.git] / test / Transforms / Reassociate / subtest.ll
index 513984e7722d4f601d6bdf2156c74ecd221b99cb..4c63d1238a6741583e49bee9edf40a36200d9470 100644 (file)
@@ -1,6 +1,6 @@
 ; With sub reassociation, constant folding can eliminate the 12 and -12 constants.
 ;
-; RUN: llvm-as < %s | opt -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]