mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
PerformTailCallOpt was renamed to GuaranteedTailCallOpt to
better reflect its meaning, now that tail call optimizations are done by default in some cases. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97530 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
319ef94030
commit
fbbee8d7f9
@ -5140,7 +5140,7 @@ Loop: ; Infinite loop that counts from 0 on up...
|
||||
<li>The call is in tail position (ret immediately follows call and ret
|
||||
uses value of call or is void).</li>
|
||||
<li>Option <tt>-tailcallopt</tt> is enabled,
|
||||
or <code>llvm::PerformTailCallOpt</code> is <code>true</code>.</li>
|
||||
or <code>llvm::GuaranteedTailCallOpt</code> is <code>true</code>.</li>
|
||||
<li><a href="CodeGenerator.html#tailcallopt">Platform specific
|
||||
constraints are met.</a></li>
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user