forked from OSchip/llvm-project
Update the LangRef documentation: the codegen does support this instruction.
llvm-svn: 147274
This commit is contained in:
parent
f0215fe898
commit
4c4d254f61
|
@ -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>
|
||||
|
||||
<!-- _______________________________________________________________________ -->
|
||||
|
|
Loading…
Reference in New Issue