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

Reid Spencer reid at x10sys.com
Sat Mar 24 15:41:01 PDT 2007



Changes in directory llvm/docs:

LangRef.html updated: 1.215 -> 1.216
---
Log message:

Fix a link.


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

 LangRef.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.215 llvm/docs/LangRef.html:1.216
--- llvm/docs/LangRef.html:1.215	Sat Mar 24 17:23:39 2007
+++ llvm/docs/LangRef.html	Sat Mar 24 17:40:44 2007
@@ -2011,7 +2011,7 @@
 a value.  For more information about the difference, see <a
  href="http://mathforum.org/dr.math/problems/anne.4.28.99.html">The
 Math Forum</a>. For a table of how this is implemented in various languages,
-please see <a href="http://mathforum.org/dr.math/problems/anne.4.28.99.html">
+please see <a href="http://en.wikipedia.org/wiki/Modulo_operation">
 Wikipedia: modulo operation</a>.</p>
 <h5>Example:</h5>
 <pre>  <result> = srem i32 4, %var          <i>; yields {i32}:result = 4 % %var</i>
@@ -4612,7 +4612,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: 2007/03/24 22:23:39 $
+  Last modified: $Date: 2007/03/24 22:40:44 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list