diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-03-24 22:40:44 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-03-24 22:40:44 +0000 |
commit | db3b93bbb2e22cc2f4437209dd4a96de18e12029 (patch) | |
tree | 47bb69bc3b302f7e1a8312af5f9968825725faf4 /llvm | |
parent | 709a820a5338ca5c4b949f2f0286f7da39f00661 (diff) | |
download | bcm5719-llvm-db3b93bbb2e22cc2f4437209dd4a96de18e12029.tar.gz bcm5719-llvm-db3b93bbb2e22cc2f4437209dd4a96de18e12029.zip |
Fix a link.
llvm-svn: 35306
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/docs/LangRef.html | 2 |
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> <result> = srem i32 4, %var <i>; yields {i32}:result = 4 % %var</i> |