mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-02 08:46:37 +00:00
Fix a link.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35306 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d3af825d29
commit
64f5c6c357
@ -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> <result> = srem i32 4, %var <i>; yields {i32}:result = 4 % %var</i>
|
||||
|
Loading…
Reference in New Issue
Block a user