diff options
| author | Chris Lattner <sabre@nondot.org> | 2008-04-01 18:47:32 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2008-04-01 18:47:32 +0000 |
| commit | 81f929763c8ecbb43a72746bda41615996a2e63d (patch) | |
| tree | 46d24c1efe30d17cd18527f6f58e76bdd284e1b9 | |
| parent | 1429e6fb2961f4e913cec0ef513df855cb1c9389 (diff) | |
| download | bcm5719-llvm-81f929763c8ecbb43a72746bda41615996a2e63d.tar.gz bcm5719-llvm-81f929763c8ecbb43a72746bda41615996a2e63d.zip | |
add a dropped hunk from Jon Sargeant's patch.
llvm-svn: 49045
| -rw-r--r-- | llvm/docs/LangRef.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 1c744d2a6fe..4838c7a937c 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -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> <!-- _______________________________________________________________________ --> |

