aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/compare_folding.llx
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/compare_folding.llx')
-rw-r--r--test/CodeGen/X86/compare_folding.llx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/compare_folding.llx b/test/CodeGen/X86/compare_folding.llx
index 631bc92312..e138688b11 100644
--- a/test/CodeGen/X86/compare_folding.llx
+++ b/test/CodeGen/X86/compare_folding.llx
@@ -1,5 +1,5 @@
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mcpu=yonah | \
-; RUN: grep movsd | wc -l | grep 1
+; RUN: grep movsd | count 1
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mcpu=yonah | \
; RUN: grep ucomisd
declare bool %llvm.isunordered.f64(double,double)