Close list item tag, to conform with the style in this file. It's optional
[oota-llvm.git] / test / CodeGen / ARM / long_shift.ll
index b0a3ee83ab84bb42394c4b8902771b4864040955..8d5d2f387973b630c8574210221013a0197d62ca 100644 (file)
@@ -1,6 +1,6 @@
 ; RUN: llvm-as < %s | llc -march=thumb
 ; RUN: llvm-as < %s | llc -march=arm > %t
-; RUN: grep rrx %t | wc -l | grep 1
+; RUN: grep rrx %t | count 1
 ; RUN: grep __ashldi3 %t
 ; RUN: grep __ashrdi3 %t
 ; RUN: grep __lshrdi3 %t