other half of r101005

llvm-svn: 101006
This commit is contained in:
Chris Lattner 2010-04-12 02:18:49 +00:00
parent 37c75af0f8
commit a9396af5f2
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ AttributeList::Kind AttributeList::getKind(const IdentifierInfo *Name) {
.Case("overloadable", AT_overloadable)
.Case("address_space", AT_address_space)
.Case("always_inline", AT_always_inline)
.Case("returns_twice", IgnoredAttribute)
.Case("vec_type_hint", IgnoredAttribute)
.Case("objc_exception", AT_objc_exception)
.Case("ext_vector_type", AT_ext_vector_type)