diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 58ebbc3f052f..27990837487b 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 ; yields i8:17 -
Note that the code generator does not yet support conditions - with vector type.
-