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
This commit is contained in:
Evan Cheng 2010-12-01 03:27:20 +00:00
parent 34ab1f6087
commit 28cd48fffb
2 changed files with 3 additions and 0 deletions

View File

@ -1339,6 +1339,8 @@ X86TargetLowering::LowerReturn(SDValue Chain,
}
bool X86TargetLowering::isUsedByReturnOnly(SDNode *N) const {
// Temporarily disabled.
return false;
if (N->getNumValues() != 1)
return false;
if (!N->hasNUsesOfValue(1, 0))

View File

@ -1,4 +1,5 @@
; RUN: llc < %s -march=x86-64 | FileCheck %s
; XFAIL: *
; Sibcall optimization of expanded libcalls.
; rdar://8707777