Use "opt < %s" instead of "opt %s" so that opt doesn't print the test
[oota-llvm.git] / test / Transforms / Reassociate / inverses.ll
index 5b08d0eec675fd64efc33ad78f869df7cd1c42c2..fa1a4bd1d01ed0ad3c0137d107a24eddf47090d2 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -reassociate -dce | llvm-dis | \
+; RUN: opt < %s -reassociate -dce -S | \
 ; RUN:   not grep {\\(and\\|sub\\)}
 
 define i32 @test1(i32 %a, i32 %b) {