[llvm-commits] CVS: llvm/docs/LangRef.html

Chris Lattner sabre at nondot.org
Sun Oct 15 13:06:13 PDT 2006



Changes in directory llvm/docs:

LangRef.html updated: 1.157 -> 1.158
---
Log message:

clarify


---
Diffs of the changes:  (+6 -5)

 LangRef.html |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)


Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.157 llvm/docs/LangRef.html:1.158
--- llvm/docs/LangRef.html:1.157	Thu Sep 14 13:23:26 2006
+++ llvm/docs/LangRef.html	Sun Oct 15 15:05:59 2006
@@ -3181,8 +3181,9 @@
 <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 @@
 <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>
@@ -3909,7 +3910,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2006/09/14 18:23:26 $
+  Last modified: $Date: 2006/10/15 20:05:59 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list