test/CodeGen/SPARC/private.ll: Fixup. Forgot to prune old RUN lines.

llvm-svn: 159643
This commit is contained in:
NAKAMURA Takumi 2012-07-03 04:29:20 +00:00
parent 8e3879b6ce
commit 33e15f03ee

View File

@ -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