Eliminate more redundant llvm-as calls.
[oota-llvm.git] / test / Transforms / InstCombine / canonicalize_branch.ll
index 79f02e73209ab213f1567e08bc77c08a91048738..52aff3dcd475cbc3320ef5072efdc674f9709e1f 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | \
+; RUN: opt < %s -instcombine -S | \
 ; RUN:    not grep {icmp ne\|icmp ule\|icmp uge}
 
 define i32 @test1(i32 %X, i32 %Y) {