From 32b5d717ce1d91f93aa69eaff812dcc8affe3a09 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 15 Oct 2006 20:05:59 +0000 Subject: clarify git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30966 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/LangRef.html b/docs/LangRef.html index 5ae8472..de19222 100644 --- a/docs/LangRef.html +++ b/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:
-- cgit v1.1