diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 5ae8472ffdda55b7ad5991b38ebc56bf9fd41491..de19222c52b16f9c501967d08435a2fc83cd387f 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -3181,8 +3181,9 @@ be implemented with code generator support.
Overview:

-The 'llvm.returnaddress' intrinsic returns a target-specific value -indicating the return address of the current function or one of its callers. +The 'llvm.returnaddress' intrinsic attempts to compute a +target-specific value indicating the return address of the current function +or one of its callers.

Arguments:
@@ -3225,8 +3226,8 @@ source-language caller.
Overview:

-The 'llvm.frameaddress' intrinsic returns the target-specific frame -pointer value for the specified stack frame. +The 'llvm.frameaddress' intrinsic attempts to return the +target-specific frame pointer value for the specified stack frame.

Arguments: