[llvm-commits] [llvm] r159643 - /llvm/trunk/test/CodeGen/SPARC/private.ll

NAKAMURA Takumi geek4civic at gmail.com
Mon Jul 2 21:29:20 PDT 2012


Author: chapuni
Date: Mon Jul  2 23:29:20 2012
New Revision: 159643

URL: http://llvm.org/viewvc/llvm-project?rev=159643&view=rev
Log:
test/CodeGen/SPARC/private.ll: Fixup. Forgot to prune old RUN lines.

Modified:
    llvm/trunk/test/CodeGen/SPARC/private.ll

Modified: llvm/trunk/test/CodeGen/SPARC/private.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/SPARC/private.ll?rev=159643&r1=159642&r2=159643&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/SPARC/private.ll (original)
+++ llvm/trunk/test/CodeGen/SPARC/private.ll Mon Jul  2 23:29:20 2012
@@ -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





More information about the llvm-commits mailing list