diff --git a/docs/LangRef.html b/docs/LangRef.html index 24f08eb92a1..c5cffc39820 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -935,7 +935,7 @@ make choices that help reduce code size.
noreturn
This function attribute indicates that the function never returns. This - indicates to LLVM that every call to this function should be treated as if + tells LLVM that every call to this function should be treated as if an unreachable instruction immediately followed the call.
nounwind