summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-10-15 20:05:59 +0000
committerChris Lattner <sabre@nondot.org>2006-10-15 20:05:59 +0000
commit32b5d717ce1d91f93aa69eaff812dcc8affe3a09 (patch)
treeeb97dbdb6bb9b46d9e2ca3a9b469008f7773fcef /docs
parent15fd5f1b815858a247ebc6acc21865f58fc297ab (diff)
downloadllvm-32b5d717ce1d91f93aa69eaff812dcc8affe3a09.tar.gz
llvm-32b5d717ce1d91f93aa69eaff812dcc8affe3a09.tar.bz2
llvm-32b5d717ce1d91f93aa69eaff812dcc8affe3a09.tar.xz
clarify
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30966 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 5ae8472ffd..de19222c52 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -3181,8 +3181,9 @@ be implemented with code generator support.
<h5>Overview:</h5>
<p>
-The '<tt>llvm.returnaddress</tt>' intrinsic returns a target-specific value
-indicating the return address of the current function or one of its callers.
+The '<tt>llvm.returnaddress</tt>' intrinsic attempts to compute a
+target-specific value indicating the return address of the current function
+or one of its callers.
</p>
<h5>Arguments:</h5>
@@ -3225,8 +3226,8 @@ source-language caller.
<h5>Overview:</h5>
<p>
-The '<tt>llvm.frameaddress</tt>' intrinsic returns the target-specific frame
-pointer value for the specified stack frame.
+The '<tt>llvm.frameaddress</tt>' intrinsic attempts to return the
+target-specific frame pointer value for the specified stack frame.
</p>
<h5>Arguments:</h5>