mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-21 03:28:31 +00:00
Fix comment typos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105059 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f39e0ce4ec
commit
2f05cc06a2
@ -2320,8 +2320,8 @@ X86TargetLowering::IsEligibleForTailCallOptimization(SDValue Callee,
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Look for obvious safe cases to perform tail call optimization that does not
|
// Look for obvious safe cases to perform tail call optimization that do not
|
||||||
// requite ABI changes. This is what gcc calls sibcall.
|
// require ABI changes. This is what gcc calls sibcall.
|
||||||
|
|
||||||
// Can't do sibcall if stack needs to be dynamically re-aligned. PEI needs to
|
// Can't do sibcall if stack needs to be dynamically re-aligned. PEI needs to
|
||||||
// emit a special epilogue.
|
// emit a special epilogue.
|
||||||
|
Loading…
Reference in New Issue
Block a user