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

Reid Spencer reid at x10sys.com
Tue Apr 3 21:14:48 PDT 2007



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.367 -> 1.368
---
Log message:

Fix links to intrinsic functions outside LangRef.html


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

 ReleaseNotes.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.367 llvm/docs/ReleaseNotes.html:1.368
--- llvm/docs/ReleaseNotes.html:1.367	Tue Jan 23 06:35:46 2007
+++ llvm/docs/ReleaseNotes.html	Tue Apr  3 23:14:31 2007
@@ -363,8 +363,8 @@
 frontends.</li>
 
 <li>The C backend does not correctly implement the <a 
-href="LangRef.html#i_stacksave"><tt>llvm.stacksave</tt></a> or
-<a href="LangRef.html#i_stackrestore"><tt>llvm.stackrestore</tt></a> 
+href="LangRef.html#int_stacksave"><tt>llvm.stacksave</tt></a> or
+<a href="LangRef.html#int_stackrestore"><tt>llvm.stackrestore</tt></a> 
 intrinsics.  This means that some code compiled by it can run out of stack
 space if they depend on these (e.g. C99 varargs).</li>
 
@@ -680,7 +680,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://llvm.org/">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2007/01/23 12:35:46 $
+  Last modified: $Date: 2007/04/04 04:14:31 $
 </address>
 
 </body>






More information about the llvm-commits mailing list