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