aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/vec_zero.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/vec_zero.ll')
-rw-r--r--test/CodeGen/X86/vec_zero.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_zero.ll b/test/CodeGen/X86/vec_zero.ll
index f976fc1..0f94174 100644
--- a/test/CodeGen/X86/vec_zero.ll
+++ b/test/CodeGen/X86/vec_zero.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=+sse2 | grep xorps | wc -l | grep 2
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=+sse2 | grep xorps | count 2
void %foo(<4 x float> *%P) {
%T = load <4 x float> * %P