[llvm-commits] [llvm] r74211 - /llvm/trunk/test/CodeGen/PowerPC/int-fp-conv-0.ll

Bill Wendling isanbard at gmail.com
Thu Jun 25 14:59:32 PDT 2009


Author: void
Date: Thu Jun 25 16:59:32 2009
New Revision: 74211

URL: http://llvm.org/viewvc/llvm-project?rev=74211&view=rev
Log:
Don't grep the -debug output. This isn't the way to test changes.

Modified:
    llvm/trunk/test/CodeGen/PowerPC/int-fp-conv-0.ll

Modified: llvm/trunk/test/CodeGen/PowerPC/int-fp-conv-0.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/int-fp-conv-0.ll?rev=74211&r1=74210&r2=74211&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/int-fp-conv-0.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/int-fp-conv-0.ll Thu Jun 25 16:59:32 2009
@@ -1,4 +1,3 @@
-; RUN: llvm-as < %s | llc -march=ppc64 -debug |& not grep {= store}
 ; RUN: llvm-as < %s | llc -march=ppc64 > %t
 ; RUN: grep  __floattitf %t
 ; RUN: grep  __fixunstfti %t





More information about the llvm-commits mailing list