Update the LangRef documentation: the codegen does support this instruction.
authorNadav Rotem <nadav.rotem@intel.com>
Sun, 25 Dec 2011 21:32:35 +0000 (21:32 +0000)
committerNadav Rotem <nadav.rotem@intel.com>
Sun, 25 Dec 2011 21:32:35 +0000 (21:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147274 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index 58ebbc3f052f1ff3e8279c8727a170c68c67f109..27990837487b6c758dfc72ffff40e61509c75dad 100644 (file)
@@ -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>
 
 <!-- _______________________________________________________________________ -->