diff options
| author | Dan Gohman <gohman@apple.com> | 2010-03-02 01:08:11 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2010-03-02 01:08:11 +0000 |
| commit | 6232f73c7b615c87661bd2aad8d6cb2f880a05a3 (patch) | |
| tree | 51571bf1b0521e02da7be14bda8c747b21851463 /llvm | |
| parent | 7894ab3a995ef678494cd74d925cbb2cc48e724e (diff) | |
| download | bcm5719-llvm-6232f73c7b615c87661bd2aad8d6cb2f880a05a3.tar.gz bcm5719-llvm-6232f73c7b615c87661bd2aad8d6cb2f880a05a3.zip | |
PerformTailCallOpt was renamed to GuaranteedTailCallOpt to
better reflect its meaning, now that tail call optimizations
are done by default in some cases.
llvm-svn: 97530
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/LangRef.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 88c89a3a6a0..9fcdee883c3 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -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> |

