summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2013-04-11 12:32:23 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2013-04-11 12:32:23 +0000
commit8f6f47ec75da4298067e6abdce0b4f1e68155bc2 (patch)
tree8847a5b44a395ce4a3aa5f2d00524b3f3ea1175b /test/CodeGen/ARM
parentfdca22129033ff830a8a9574f0e24a49caedfa96 (diff)
downloadllvm-8f6f47ec75da4298067e6abdce0b4f1e68155bc2.tar.gz
llvm-8f6f47ec75da4298067e6abdce0b4f1e68155bc2.tar.bz2
llvm-8f6f47ec75da4298067e6abdce0b4f1e68155bc2.tar.xz
FileCheckize a bunch of tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179276 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM')
-rw-r--r--test/CodeGen/ARM/private.ll11
1 files changed, 6 insertions, 5 deletions
diff --git a/test/CodeGen/ARM/private.ll b/test/CodeGen/ARM/private.ll
index f93ffe7b33..94578d82fd 100644
--- a/test/CodeGen/ARM/private.ll
+++ b/test/CodeGen/ARM/private.ll
@@ -1,10 +1,11 @@
; Test to make sure that the 'private' is used correctly.
;
-; RUN: llc < %s -mtriple=arm-linux-gnueabi > %t
-; RUN: grep .Lfoo: %t
-; RUN: egrep bl.*\.Lfoo %t
-; RUN: grep .Lbaz: %t
-; RUN: grep long.*\.Lbaz %t
+; RUN: llc < %s -mtriple=arm-linux-gnueabi | FileCheck %s
+; CHECK: .Lfoo:
+; CHECK: bar:
+; CHECK: bl .Lfoo
+; CHECK: .long .Lbaz
+; CHECK: .Lbaz:
define private void @foo() {
ret void