aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/aliases.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2007-08-15 13:49:33 +0000
committerDan Gohman <gohman@apple.com>2007-08-15 13:49:33 +0000
commit43c3db37f633cbed14d5ead201cfab7e67104605 (patch)
tree1b89122ec72a464a3aaa95631ccc2e3dacff9537 /test/CodeGen/X86/aliases.ll
parente5ab8c67653e54bd7eca65554fd393be075dc4b8 (diff)
downloadexternal_llvm-43c3db37f633cbed14d5ead201cfab7e67104605.zip
external_llvm-43c3db37f633cbed14d5ead201cfab7e67104605.tar.gz
external_llvm-43c3db37f633cbed14d5ead201cfab7e67104605.tar.bz2
Convert tests using "grep -c ... | grep ..." to use the count script.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41100 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/aliases.ll')
-rw-r--r--test/CodeGen/X86/aliases.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/X86/aliases.ll b/test/CodeGen/X86/aliases.ll
index 9bd6140..4a69eae 100644
--- a/test/CodeGen/X86/aliases.ll
+++ b/test/CodeGen/X86/aliases.ll
@@ -1,8 +1,8 @@
; RUN: llvm-as < %s | \
; RUN: llc -mtriple=i686-pc-linux-gnu -o %t -f
-; RUN: grep -c set %t | grep 5
-; RUN: grep -c globl %t | grep 4
-; RUN: grep -c weak %t | grep 1
+; RUN: grep set %t | count 5
+; RUN: grep globl %t | count 4
+; RUN: grep weak %t | count 1
@bar = external global i32
@foo1 = alias i32* @bar