[SystemZ] Add test missing from r186148
[oota-llvm.git] / test / Transforms / InstCombine / 2008-05-31-Bools.ll
index b87136a690d6120bee844cb08cc6ea0f334f5376..7c33f2dd05ee4341fdd98f02426f220db65883ac 100644 (file)
@@ -1,7 +1,7 @@
-; RUN: opt %s -instcombine -S > %t
-; RUN: grep {xor} %t
-; RUN: grep {and} %t
-; RUN: not grep {div} %t
+; RUN: opt %s -instcombine -S > %t
+; RUN: grep "xor" %t
+; RUN: grep "and" %t
+; RUN: not grep "div" %t
 
 define i1 @foo1(i1 %a, i1 %b) {
   %A = sub i1 %a, %b