summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/and-or-not.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/and-or-not.ll')
-rw-r--r--test/Transforms/InstCombine/and-or-not.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/and-or-not.ll b/test/Transforms/InstCombine/and-or-not.ll
index bd878b04a3..cc661d50c8 100644
--- a/test/Transforms/InstCombine/and-or-not.ll
+++ b/test/Transforms/InstCombine/and-or-not.ll
@@ -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