aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/sibcall-5.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-12-01 03:27:20 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-12-01 03:27:20 +0000
commit28cd48fffbe2e31184332674429d6d087ad3631f (patch)
tree780e40e327e60932d6bae8aee55bb1f67429cc5e /test/CodeGen/X86/sibcall-5.ll
parent34ab1f6087bc0da1df0e3a73ac99762ef070d419 (diff)
downloadexternal_llvm-28cd48fffbe2e31184332674429d6d087ad3631f.zip
external_llvm-28cd48fffbe2e31184332674429d6d087ad3631f.tar.gz
external_llvm-28cd48fffbe2e31184332674429d6d087ad3631f.tar.bz2
Speculatively disable x86 portion of r120501 to appease the x86_64 buildbot.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120549 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/sibcall-5.ll')
-rw-r--r--test/CodeGen/X86/sibcall-5.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/sibcall-5.ll b/test/CodeGen/X86/sibcall-5.ll
index 4a2e7fb..24b88e4 100644
--- a/test/CodeGen/X86/sibcall-5.ll
+++ b/test/CodeGen/X86/sibcall-5.ll
@@ -1,4 +1,5 @@
; RUN: llc < %s -march=x86-64 | FileCheck %s
+; XFAIL: *
; Sibcall optimization of expanded libcalls.
; rdar://8707777