]> granicus.if.org Git - clang/commit
Increase VectorTypeBitfields::VecKind field from 2 to 3 bits.
authorBob Wilson <bob.wilson@apple.com>
Fri, 12 Nov 2010 17:24:52 +0000 (17:24 +0000)
committerBob Wilson <bob.wilson@apple.com>
Fri, 12 Nov 2010 17:24:52 +0000 (17:24 +0000)
commitcc3b946c35c4372272034e6f0663089477a9a5bd
tree19b99250add7c735c051b35a5f5276f003607530
parent4cfaa5d0675f248f7a30ef91f557cc4905d10b69
Increase VectorTypeBitfields::VecKind field from 2 to 3 bits.
With the addition of 2 enum values for Neon vectors, this field must now
hold 6 different values and so requires 3 bits.  Make the NumElements field
one bit smaller to compensate.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@118900 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Type.h