summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fsxor-alignment.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/fsxor-alignment.ll')
-rw-r--r--test/CodeGen/X86/fsxor-alignment.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fsxor-alignment.ll b/test/CodeGen/X86/fsxor-alignment.ll
index 0e834d6db1..71007dcc05 100644
--- a/test/CodeGen/X86/fsxor-alignment.ll
+++ b/test/CodeGen/X86/fsxor-alignment.ll
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -enable-unsafe-fp-math | \
-; RUN: grep -v sp | grep xorps | wc -l | grep 2
+; RUN: grep -v sp | grep xorps | count 2
; Don't fold the incoming stack arguments into the xorps instructions used
; to do floating-point negations, because the arguments aren't vectors