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

Chris Lattner lattner at cs.uiuc.edu
Thu Jan 12 17:20:40 PST 2006



Changes in directory llvm/docs:

LangRef.html updated: 1.121 -> 1.122
---
Log message:

void* is not legal in LLVM.


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

 LangRef.html |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)


Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.121 llvm/docs/LangRef.html:1.122
--- llvm/docs/LangRef.html:1.121	Tue Jan 10 13:31:34 2006
+++ llvm/docs/LangRef.html	Thu Jan 12 19:20:27 2006
@@ -2709,7 +2709,7 @@
 
 <h5>Syntax:</h5>
 <pre>
-  declare void* %llvm.returnaddress(uint <level>)
+  declare sbyte *%llvm.returnaddress(uint <level>)
 </pre>
 
 <h5>Overview:</h5>
@@ -2753,7 +2753,7 @@
 
 <h5>Syntax:</h5>
 <pre>
-  declare void* %llvm.frameaddress(uint <level>)
+  declare sbyte *%llvm.frameaddress(uint <level>)
 </pre>
 
 <h5>Overview:</h5>
@@ -3362,7 +3362,6 @@
 <h5>Syntax:</h5>
 <pre>
   declare int %llvm.ctpop(int <src>)
-
 </pre>
 
 <h5>Overview:</h5>
@@ -3433,7 +3432,6 @@
 <h5>Syntax:</h5>
 <pre>
   declare int %llvm.cttz(int <src>)
-
 </pre>
 
 <h5>Overview:</h5>
@@ -3483,7 +3481,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2006/01/10 19:31:34 $
+  Last modified: $Date: 2006/01/13 01:20:27 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list