aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorNadav Rotem <nadav.rotem@intel.com>2011-12-25 21:32:35 +0000
committerNadav Rotem <nadav.rotem@intel.com>2011-12-25 21:32:35 +0000
commit859c645310f37f4b5e93a9802ee4ffd0d6bb58f2 (patch)
tree9dbbd19ca7014edffe5975229ebd95354e8de205 /docs
parentfbb6f593c264551a5d585a6c97ff03420b142ea3 (diff)
downloadexternal_llvm-859c645310f37f4b5e93a9802ee4ffd0d6bb58f2.zip
external_llvm-859c645310f37f4b5e93a9802ee4ffd0d6bb58f2.tar.gz
external_llvm-859c645310f37f4b5e93a9802ee4ffd0d6bb58f2.tar.bz2
Update the LangRef documentation: the codegen does support this instruction.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147274 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 58ebbc3..2799083 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -6013,9 +6013,6 @@ Loop: ; Infinite loop that counts from 0 on up...
%X = select i1 true, i8 17, i8 42 <i>; yields i8:17</i>
</pre>
-<p>Note that the code generator does not yet support conditions
- with vector type.</p>
-
</div>
<!-- _______________________________________________________________________ -->