[llvm-commits] [llvm] r94288 - /llvm/trunk/test/CodeGen/PowerPC/2008-12-12-EH.ll

Chris Lattner sabre at nondot.org
Fri Jan 22 21:45:29 PST 2010


Author: lattner
Date: Fri Jan 22 23:45:28 2010
New Revision: 94288

URL: http://llvm.org/viewvc/llvm-project?rev=94288&view=rev
Log:
stop testing for invalid output.

Modified:
    llvm/trunk/test/CodeGen/PowerPC/2008-12-12-EH.ll

Modified: llvm/trunk/test/CodeGen/PowerPC/2008-12-12-EH.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/2008-12-12-EH.ll?rev=94288&r1=94287&r2=94288&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/2008-12-12-EH.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/2008-12-12-EH.ll Fri Jan 22 23:45:28 2010
@@ -1,4 +1,3 @@
-; RUN: llc < %s -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | grep ^.L_Z1fv.eh
 ; RUN: llc < %s  -march=ppc32 -mtriple=powerpc-apple-darwin9 | grep ^__Z1fv.eh
 
 define void @_Z1fv() {





More information about the llvm-commits mailing list