Speculatively disable x86 portion of r120501 to appease the x86_64 buildbot.
authorEvan Cheng <evan.cheng@apple.com>
Wed, 1 Dec 2010 03:27:20 +0000 (03:27 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 1 Dec 2010 03:27:20 +0000 (03:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120549 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/sibcall-5.ll

index bc6d84eeec17c7e1ae9a85c0c6eba75217f4a844..2bff139228fca7a75b644d5a661a837a1c574400 100644 (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))
index 4a2e7fbbe2a33db0d250c9b5f88ea5acc34188c4..24b88e4cf87667322d7cb181262283259e4456e6 100644 (file)
@@ -1,4 +1,5 @@
 ; RUN: llc < %s -march=x86-64 | FileCheck %s
+; XFAIL: *
 
 ; Sibcall optimization of expanded libcalls.
 ; rdar://8707777