[SystemZ] Add test missing from r186148
[oota-llvm.git] / test / Transforms / InstCombine / 2008-07-10-ICmpBinOp.ll
index 20c7760e5b3b89afb97767813c9b57d257675d39..76e30399a66680fa259b10d398166d7e72582a85 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: opt %s -instcombine -S | not grep add
-; RUN: opt %s -instcombine -S | not grep mul
+; RUN: opt %s -instcombine -S | not grep add
+; RUN: opt %s -instcombine -S | not grep mul
 ; PR2330
 
 define i1 @f(i32 %x, i32 %y) nounwind {