diff options
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/CodeGen/X86/2008-10-17-SpillerBug.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/2008-10-17-SpillerBug.ll b/llvm/test/CodeGen/X86/2008-10-17-SpillerBug.ll index b7abf70e3c6..28bbcb39743 100644 --- a/llvm/test/CodeGen/X86/2008-10-17-SpillerBug.ll +++ b/llvm/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 } |