summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/rotate.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/rotate.ll')
-rw-r--r--test/CodeGen/X86/rotate.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/rotate.ll b/test/CodeGen/X86/rotate.ll
index fb04be96d6..d0ba29cbf6 100644
--- a/test/CodeGen/X86/rotate.ll
+++ b/test/CodeGen/X86/rotate.ll
@@ -1,5 +1,5 @@
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -x86-asm-syntax=intel | \
-; RUN: grep {ro\[rl\]} | wc -l | grep 12
+; RUN: grep {ro\[rl\]} | count 12
uint %rotl32(uint %A, ubyte %Amt) {
%B = shl uint %A, ubyte %Amt