aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2008-11-16 13:11:09 +0000
committerLang Hames <lhames@gmail.com>2008-11-16 13:11:09 +0000
commit9c7d65730d9c332e3039af7e7e7db11d72fe88a7 (patch)
treeffa5b4c0d65c39d3842849f40b6b6ddc6ee94e6c /test
parent83313effa07b838ac778bf15e8da766e7fe180b1 (diff)
downloadexternal_llvm-9c7d65730d9c332e3039af7e7e7db11d72fe88a7.zip
external_llvm-9c7d65730d9c332e3039af7e7e7db11d72fe88a7.tar.gz
external_llvm-9c7d65730d9c332e3039af7e7e7db11d72fe88a7.tar.bz2
2008-10-17-SpillerBug.ll is currently failing, but this doesn't reflect an actual regression of PR2898. This test should probably be removed. I've XFAILed it for now to keep buildbot quiet while this is considered.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59415 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/2008-10-17-SpillerBug.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/2008-10-17-SpillerBug.ll b/test/CodeGen/X86/2008-10-17-SpillerBug.ll
index b7abf70..28bbcb3 100644
--- a/test/CodeGen/X86/2008-10-17-SpillerBug.ll
+++ b/test/CodeGen/X86/2008-10-17-SpillerBug.ll
@@ -1,4 +1,5 @@
; RUN: llvm-as < %s | llc -mtriple=x86_64-pc-linux-gnu -regalloc=pbqp -stats |& grep {Number of dead stores elided} | grep 2
+; XFAIL: *
; PR2898
%struct.BiContextType = type { i16, i8 }