[InstCombine] Split off SSE4a tests.
[oota-llvm.git] / test / Transforms / InstCombine / and-or-not.ll
index bd878b04a35034ef4c1361e889e3f46ddd36ae9a..cc661d50c896cfe4dc9b37ad3cc38dd6c4c87a1f 100644 (file)
@@ -1,6 +1,6 @@
 ; RUN: opt < %s -instcombine -S | grep xor | count 4
 ; RUN: opt < %s -instcombine -S | not grep and
-; RUN: opt < %s -instcombine -S | not grep { or}
+; RUN: opt < %s -instcombine -S | not grep " or"
 
 ; PR1510