mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-29 14:40:25 +00:00
Turn off the new FastCC for the moment. It causes
a slew of Ada testsuite failures on x86-32 linux. Seems to be related to the use of float. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56053 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fc2508eb78
commit
06d77dd945
@ -1098,8 +1098,6 @@ CCAssignFn *X86TargetLowering::CCAssignFnForNode(SDValue Op) const {
|
||||
return CC_X86_32_FastCall;
|
||||
else if (CC == CallingConv::Fast && PerformTailCallOpt)
|
||||
return CC_X86_32_TailCall;
|
||||
else if (CC == CallingConv::Fast)
|
||||
return CC_X86_32_FastCC;
|
||||
else
|
||||
return CC_X86_32_C;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user