summaryrefslogtreecommitdiffstats
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
commitc1fb4264f5d8890c400f8ac0de369dc1405cbe53 (patch)
tree1512e3a18d6e4efe8a57a6a16d5684f8c9fecd97
parent775168dac117b6beb26f7f44b8c45be3d4681894 (diff)
downloadbcm5719-llvm-c1fb4264f5d8890c400f8ac0de369dc1405cbe53.tar.gz
bcm5719-llvm-c1fb4264f5d8890c400f8ac0de369dc1405cbe53.zip
clarify
llvm-svn: 30966
-rw-r--r--llvm/docs/LangRef.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html
index 5ae8472ffdd..de19222c52b 100644
--- a/llvm/docs/LangRef.html
+++ b/llvm/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>
OpenPOWER on IntegriCloud