summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/load-global.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/load-global.ll')
-rw-r--r--test/CodeGen/ARM/load-global.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/ARM/load-global.ll b/test/CodeGen/ARM/load-global.ll
index fe9bf82f37..8896ead5a5 100644
--- a/test/CodeGen/ARM/load-global.ll
+++ b/test/CodeGen/ARM/load-global.ll
@@ -3,13 +3,13 @@
; RUN: not grep {L_G\$non_lazy_ptr}
; RUN: llvm-as < %s | \
; RUN: llc -mtriple=arm-apple-darwin -relocation-model=dynamic-no-pic | \
-; RUN: grep {L_G\$non_lazy_ptr} | wc -l | grep 2
+; RUN: grep {L_G\$non_lazy_ptr} | count 2
; RUN: llvm-as < %s | \
; RUN: llc -mtriple=arm-apple-darwin -relocation-model=pic | \
-; RUN: grep {ldr.*pc} | wc -l | grep 1
+; RUN: grep {ldr.*pc} | count 1
; RUN: llvm-as < %s | \
; RUN: llc -mtriple=arm-linux-gnueabi -relocation-model=pic | \
-; RUN: grep {GOT} | wc -l | grep 1
+; RUN: grep {GOT} | count 1
@G = external global i32