[llvm-commits] [llvm] r71142 - /llvm/trunk/test/CodeGen/X86/2009-03-16-SpillerBug.ll
Bill Wendling
isanbard at gmail.com
Wed May 6 18:41:42 PDT 2009
Author: void
Date: Wed May 6 20:41:42 2009
New Revision: 71142
URL: http://llvm.org/viewvc/llvm-project?rev=71142&view=rev
Log:
THis doesn't fail.
Modified:
llvm/trunk/test/CodeGen/X86/2009-03-16-SpillerBug.ll
Modified: llvm/trunk/test/CodeGen/X86/2009-03-16-SpillerBug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2009-03-16-SpillerBug.ll?rev=71142&r1=71141&r2=71142&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2009-03-16-SpillerBug.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2009-03-16-SpillerBug.ll Wed May 6 20:41:42 2009
@@ -1,5 +1,4 @@
; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin -stats |& grep virtregrewriter | not grep {stores unfolded}
-; XFAIL: *
; rdar://6682365
; Do not clobber a register if another spill slot is available in it and it's marked "do not clobber".
More information about the llvm-commits
mailing list