From: Chris Lattner Date: Sun, 10 Oct 2010 18:20:35 +0000 (+0000) Subject: clarify that zero sized vectors are illegal, PR8340 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7d2e7bef90785b174a350f3bc4b240256be9831c;p=oota-llvm.git clarify that zero sized vectors are illegal, PR8340 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116167 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index 704f52bdbcf..e5db8c69cfa 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1910,8 +1910,9 @@ Classifications < <# elements> x <elementtype> > -

The number of elements is a constant integer value; elementtype may be any - integer or floating point type.

+

The number of elements is a constant integer value larger than 0; elementtype + may be any integer or floating point type. Vectors of size zero are not + allowed, and pointers are not allowed as the element type.

Examples: