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>  &lt;result&gt; = srem i32 4, %var          <i>; yields {i32}:result = 4 
% %var</i>
@@ -4612,7 +4612,7 @@
 
   <a href="mailto:[EMAIL PROTECTED]">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>



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to