summaryrefslogtreecommitdiff
path: root/test/CodeGen/SPARC
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-07-03 04:29:20 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-07-03 04:29:20 +0000
commit84f2ae332f66b5e2ed66b3c3f404fb77b0c14c51 (patch)
tree7a419a656cf85b05b77d5e6b7da9c4b5568235a7 /test/CodeGen/SPARC
parent0176dfed275c9d2a39bbe5ba0445dee01d3507ea (diff)
downloadllvm-84f2ae332f66b5e2ed66b3c3f404fb77b0c14c51.tar.gz
llvm-84f2ae332f66b5e2ed66b3c3f404fb77b0c14c51.tar.bz2
llvm-84f2ae332f66b5e2ed66b3c3f404fb77b0c14c51.tar.xz
test/CodeGen/SPARC/private.ll: Fixup. Forgot to prune old RUN lines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159643 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/SPARC')
-rw-r--r--test/CodeGen/SPARC/private.ll4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/CodeGen/SPARC/private.ll b/test/CodeGen/SPARC/private.ll
index f543136f9f..38cea4ca6e 100644
--- a/test/CodeGen/SPARC/private.ll
+++ b/test/CodeGen/SPARC/private.ll
@@ -1,10 +1,6 @@
; Test to make sure that the 'private' is used correctly.
;
; RUN: llc < %s -march=sparc | FileCheck %s
-; RUN: grep .foo: %t
-; RUN: grep call.*\.foo %t
-; RUN: grep .baz: %t
-; RUN: grep ld.*\.baz %t
define private void @foo() {
ret void