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

Dan Gohman gohman at apple.com
Fri Mar 27 09:17:34 PDT 2009


Author: djg
Date: Fri Mar 27 11:17:22 2009
New Revision: 67849

URL: http://llvm.org/viewvc/llvm-project?rev=67849&view=rev
Log:
Fix this test so that it doesn't spuriously fail due to some
unrelated debugging output happening to contain the string "store".

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=67849&r1=67848&r2=67849&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/int-fp-conv-0.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/int-fp-conv-0.ll Fri Mar 27 11:17:22 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=ppc64 -debug |& not grep store
+; 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