Fix a link.

llvm-svn: 35306
This commit is contained in:
Reid Spencer 2007-03-24 22:40:44 +00:00
parent 709a820a53
commit db3b93bbb2
1 changed files with 1 additions and 1 deletions

View File

@ -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>