diff options
author | Nadav Rotem <nadav.rotem@intel.com> | 2011-12-25 21:32:35 +0000 |
---|---|---|
committer | Nadav Rotem <nadav.rotem@intel.com> | 2011-12-25 21:32:35 +0000 |
commit | 4c4d254f61575aa94e370240295092de611c94e6 (patch) | |
tree | 263c347ec93339e098312d18b554a941a0755a54 | |
parent | f0215fe89839624a9a5fd68ca73861c245f3af40 (diff) | |
download | bcm5719-llvm-4c4d254f61575aa94e370240295092de611c94e6.tar.gz bcm5719-llvm-4c4d254f61575aa94e370240295092de611c94e6.zip |
Update the LangRef documentation: the codegen does support this instruction.
llvm-svn: 147274
-rw-r--r-- | llvm/docs/LangRef.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 58ebbc3f052..27990837487 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/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> <!-- _______________________________________________________________________ --> |