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 e9c7b12684..8fc53a7e0a 100644
--- a/test/Transforms/InstCombine/and-or-not.ll
+++ b/test/Transforms/InstCombine/and-or-not.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep xor | wc -l | grep 4
+; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep xor | count 4
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep and
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep { or}