From: Nadav Rotem Date: Sun, 25 Dec 2011 21:32:35 +0000 (+0000) Subject: Update the LangRef documentation: the codegen does support this instruction. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=859c645310f37f4b5e93a9802ee4ffd0d6bb58f2;p=oota-llvm.git 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 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index 58ebbc3f052..27990837487 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 ; yields i8:17 -

Note that the code generator does not yet support conditions - with vector type.

-