[SystemZ] Add test missing from r186148
[oota-llvm.git] / test / Transforms / InstCombine / 2008-05-31-Bools.ll
index 929e3018e54eb15e7792596c0cbe9f2d596dd2a4..7c33f2dd05ee4341fdd98f02426f220db65883ac 100644 (file)
@@ -1,7 +1,7 @@
-; RUN: opt %s -instcombine | llvm-dis > %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