From: Bill Wendling Date: Thu, 7 May 2009 01:41:42 +0000 (+0000) Subject: THis doesn't fail. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=987a305f4a545d570d34c048c85fdb91f8670dd1;p=oota-llvm.git THis doesn't fail. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71142 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/2009-03-16-SpillerBug.ll b/test/CodeGen/X86/2009-03-16-SpillerBug.ll index e9581f2d27c..09782a26fec 100644 --- a/test/CodeGen/X86/2009-03-16-SpillerBug.ll +++ b/test/CodeGen/X86/2009-03-16-SpillerBug.ll @@ -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".