Eliminate more redundant llvm-as calls.
[oota-llvm.git] / test / Transforms / InstCombine / add.ll
index 6ff2187474f75cf0bb566e7ec0687823a903263f..4719809d6d36944107595bbd71540fa9e63de629 100644 (file)
@@ -1,6 +1,6 @@
 ; This test makes sure that add instructions are properly eliminated.
 
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | \
+; RUN: opt < %s -instcombine -S | \
 ; RUN:    grep -v OK | not grep add
 
 define i32 @test1(i32 %A) {