Spell Count as count.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 26 Jun 2009 18:21:54 +0000 (18:21 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 26 Jun 2009 18:21:54 +0000 (18:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74298 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/Thumb2/thumb2-mov3.ll
test/CodeGen/Thumb2/thumb2-mov4.ll

index f8f06af487937f308abea27afd5eae897e95d4b8..20007c2bb6f3d4ec8f4d21056e795945996be9a3 100644 (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"
 
index e905b530f170d1378f415c63d4fa08033c692192..f1abb813a10998106cbdfdb33be48fa608f81beb 100644 (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"