diff options
author | Bill Wendling <isanbard@gmail.com> | 2009-05-07 01:41:42 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2009-05-07 01:41:42 +0000 |
commit | 987a305f4a545d570d34c048c85fdb91f8670dd1 (patch) | |
tree | e02cc854da6faa1837945f9aed880da5b7e15938 /test/CodeGen | |
parent | 2c1d7726f25b6b219a1518b411351b99d25c1a02 (diff) | |
download | external_llvm-987a305f4a545d570d34c048c85fdb91f8670dd1.zip external_llvm-987a305f4a545d570d34c048c85fdb91f8670dd1.tar.gz external_llvm-987a305f4a545d570d34c048c85fdb91f8670dd1.tar.bz2 |
THis doesn't fail.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71142 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r-- | test/CodeGen/X86/2009-03-16-SpillerBug.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2009-03-16-SpillerBug.ll b/test/CodeGen/X86/2009-03-16-SpillerBug.ll index e9581f2..09782a2 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". |