Index: llvm/docs/LangRef.rst =================================================================== --- llvm/docs/LangRef.rst +++ llvm/docs/LangRef.rst @@ -1099,7 +1099,7 @@ declare signext i8 @returns_signed_char() Note that any attributes for the function result (``nounwind``, -``readonly``) come immediately after the argument list. +``readonly``) come before the result type. Currently, only the following parameter attributes are defined: