Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
[oota-llvm.git] / test / Transforms / InstCombine / 2008-05-31-AddBool.ll
index 9cbf0504e2a14b445dcaec1f06c2cf418424ad10..541669365bdb3c9719b76cdf62f101d386c307b5 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine -S | grep {xor}
+; RUN: opt %s -instcombine -S | grep {xor}
 ; PR2389
 
 define i1 @test(i1 %a, i1 %b) {