diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 88c89a3a6a06..9fcdee883c30 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -5140,7 +5140,7 @@ Loop: ; Infinite loop that counts from 0 on up...
  • The call is in tail position (ret immediately follows call and ret uses value of call or is void).
  • Option -tailcallopt is enabled, - or llvm::PerformTailCallOpt is true.
  • + or llvm::GuaranteedTailCallOpt is true.
  • Platform specific constraints are met.