mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 06:33:24 +00:00
add a dropped hunk from Jon Sargeant's patch.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49045 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a73afe00b2
commit
5a15814098
@ -2055,11 +2055,10 @@ no-return function cannot be reached, and other facts.</p>
|
||||
<div class="doc_subsection"> <a name="binaryops">Binary Operations</a> </div>
|
||||
<div class="doc_text">
|
||||
<p>Binary operators are used to do most of the computation in a
|
||||
program. They require two operands, execute an operation on them, and
|
||||
program. They require two operands of the same type, execute an operation on them, and
|
||||
produce a single value. The operands might represent
|
||||
multiple data, as is the case with the <a href="#t_vector">vector</a> data type.
|
||||
The result value of a binary operator is not
|
||||
necessarily the same type as its operands.</p>
|
||||
The result value has the same type as its operands.</p>
|
||||
<p>There are several different binary operators:</p>
|
||||
</div>
|
||||
<!-- _______________________________________________________________________ -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user