Address issues found by Duncan during post-commit review of r177856.
[oota-llvm.git] / test / Transforms / InstCombine / 2008-09-29-FoldingOr.ll
index 44429ae7a88e3409f4bb3e8dce4ca3a2921d5ef8..4d00d495a07f412d38536f6ff0d44f7d41c8d682 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine -S | grep {or i1}
+; RUN: opt < %s -instcombine -S | grep "or i1"
 ; PR2844
 
 define i32 @test(i32 %p_74) {