From: NAKAMURA Takumi Date: Tue, 3 Jul 2012 04:29:20 +0000 (+0000) Subject: test/CodeGen/SPARC/private.ll: Fixup. Forgot to prune old RUN lines. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=84f2ae332f66b5e2ed66b3c3f404fb77b0c14c51;p=oota-llvm.git 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 --- diff --git a/test/CodeGen/SPARC/private.ll b/test/CodeGen/SPARC/private.ll index f543136f9fd..38cea4ca6e4 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