summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-03-24 22:40:44 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-03-24 22:40:44 +0000
commitdb3b93bbb2e22cc2f4437209dd4a96de18e12029 (patch)
tree47bb69bc3b302f7e1a8312af5f9968825725faf4
parent709a820a5338ca5c4b949f2f0286f7da39f00661 (diff)
downloadbcm5719-llvm-db3b93bbb2e22cc2f4437209dd4a96de18e12029.tar.gz
bcm5719-llvm-db3b93bbb2e22cc2f4437209dd4a96de18e12029.zip
Fix a link.
llvm-svn: 35306
-rw-r--r--llvm/docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html
index c2e1c6c4cd9..e51618de180 100644
--- a/llvm/docs/LangRef.html
+++ b/llvm/docs/LangRef.html
@@ -2011,7 +2011,7 @@ operator (where the result has the same sign as the divisor, <tt>var2</tt>) of
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>
OpenPOWER on IntegriCloud