[llvm-commits] [llvm] r69414 - /llvm/trunk/test/CodeGen/X86/2009-04-16-SpillerUnfold.ll

Dale Johannesen dalej at apple.com
Fri Apr 17 19:01:23 PDT 2009


Author: johannes
Date: Fri Apr 17 21:01:23 2009
New Revision: 69414

URL: http://llvm.org/viewvc/llvm-project?rev=69414&view=rev
Log:
Adjust XFAIL syntax, maybe that will help.  The other
way worked for me...


Modified:
    llvm/trunk/test/CodeGen/X86/2009-04-16-SpillerUnfold.ll

Modified: llvm/trunk/test/CodeGen/X86/2009-04-16-SpillerUnfold.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2009-04-16-SpillerUnfold.ll?rev=69414&r1=69413&r2=69414&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/2009-04-16-SpillerUnfold.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2009-04-16-SpillerUnfold.ll Fri Apr 17 21:01:23 2009
@@ -1,5 +1,6 @@
 ; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin10.0 -relocation-model=pic -disable-fp-elim -stats |& grep {Number of modref unfolded}
-; XFAIL - 69408 removed the opportunity for this optimization to work
+; XFAIL: *
+; 69408 removed the opportunity for this optimization to work
 
 	%struct.SHA512_CTX = type { [8 x i64], i64, i64, %struct.anon, i32, i32 }
 	%struct.anon = type { [16 x i64] }





More information about the llvm-commits mailing list