diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html
index 4de7f3609b5d..87e03da7c81e 100644
--- a/llvm/docs/LangRef.html
+++ b/llvm/docs/LangRef.html
@@ -732,11 +732,12 @@ a power of 2.
a call to this function.
inreg
This indicates that the parameter should be placed in register (if
- possible) during assembling function call. It's currently supported in x86
- backend only.
+ possible) during assembling function call. Support for this attribute is
+ target-specific
sret
- This indicates, that the parameter is special hidden pointer to struct
- to return. Usually such parameter needs special handling during codegen.
+ This indicates that the parameter specifies the address of a structure
+ that is the return value of the function in the source program.
+