Spell Count as count.

llvm-svn: 74298
This commit is contained in:
Daniel Dunbar 2009-06-26 18:21:54 +00:00
parent 3ecc92147d
commit 6b1678d5d8
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | llc | grep {mov\\W*r\[0-9\],\\W*#\[0-9\]*} | grep {#171\\|#1179666\\|#872428544\\|#1448498774\\|#66846720} | Count 5
; RUN: llvm-as < %s | llc | grep {mov\\W*r\[0-9\],\\W*#\[0-9\]*} | grep {#171\\|#1179666\\|#872428544\\|#1448498774\\|#66846720} | count 5
target triple = "thumbv7-apple-darwin"

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | llc | grep {movw\\W*r\[0-9\],\\W*#\[0-9\]*} | grep {#65535} | Count 1
; RUN: llvm-as < %s | llc | grep {movw\\W*r\[0-9\],\\W*#\[0-9\]*} | grep {#65535} | count 1
target triple = "thumbv7-apple-darwin"