[InstCombine] Rephrase fix to SimplifyWithOpReplaced
[oota-llvm.git] / test / Transforms / InstCombine / 2008-09-29-FoldingOr.ll
index b3415878589d6f68acd169ea2b43a7f99c34b7f8..4d00d495a07f412d38536f6ff0d44f7d41c8d682 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine | llvm-dis | grep {or i1}
+; RUN: opt < %s -instcombine -S | grep "or i1"
 ; PR2844
 
 define i32 @test(i32 %p_74) {