mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-13 23:18:58 +00:00
Reword this comment to reference a more fundamental issue.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93154 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4b0345be30
commit
9e83467baa
@ -1230,8 +1230,8 @@ bool X86FastISel::X86SelectCall(Instruction *I) {
|
||||
CC != CallingConv::X86_FastCall)
|
||||
return false;
|
||||
|
||||
// On X86, -tailcallopt changes the fastcc ABI. FastISel doesn't
|
||||
// handle this for now.
|
||||
// fastcc with -tailcallopt is intended to provide a guaranteed
|
||||
// tail call optimization. Fastisel doesn't know how to do that.
|
||||
if (CC == CallingConv::Fast && PerformTailCallOpt)
|
||||
return false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user