diff options
-rw-r--r-- | docs/LangRef.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index 01fb57a0f1..9f896c5b87 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -2193,7 +2193,7 @@ Instruction</a> </div> signed division of its two operands. This instruction can also take <a href="#t_vector">vector</a> versions of the values in which case the elements must be integers.</p> -</p> + <h5>Arguments:</h5> <p>The two arguments to the '<tt>srem</tt>' instruction must be <a href="#t_integer">integer</a> values. Both arguments must have identical @@ -5255,11 +5255,13 @@ are ignored by code generation and optimization. <a href="http://jigsaw.w3.org/css-validator/check/referer"><img src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a> <a href="http://validator.w3.org/check/referer"><img - src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a> + src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a> <a href="mailto:sabre@nondot.org">Chris Lattner</a><br> <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br> Last modified: $Date$ </address> + +</div> </body> </html> |