aboutsummaryrefslogtreecommitdiffstats
path: root/docs/LangRef.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-04-01 18:47:32 +0000
committerChris Lattner <sabre@nondot.org>2008-04-01 18:47:32 +0000
commitab596d99be59ae90bf1816d2de1db43f584e5d62 (patch)
treefc6220d9ccfa3c43e4d44e647a9c51d38f9288be /docs/LangRef.html
parentdc15b1d140cd1ed3787a4fe9b9df03dbf2362601 (diff)
downloadexternal_llvm-ab596d99be59ae90bf1816d2de1db43f584e5d62.zip
external_llvm-ab596d99be59ae90bf1816d2de1db43f584e5d62.tar.gz
external_llvm-ab596d99be59ae90bf1816d2de1db43f584e5d62.tar.bz2
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
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r--docs/LangRef.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 1c744d2..4838c7a 100644
--- a/docs/LangRef.html
+++ b/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>
<!-- _______________________________________________________________________ -->