Skip to content
Snippets Groups Projects
Commit a9396af5 authored by Chris Lattner's avatar Chris Lattner
Browse files

other half of r101005

llvm-svn: 101006
parent 37c75af0
No related branches found
No related tags found
No related merge requests found
...@@ -105,6 +105,7 @@ AttributeList::Kind AttributeList::getKind(const IdentifierInfo *Name) { ...@@ -105,6 +105,7 @@ AttributeList::Kind AttributeList::getKind(const IdentifierInfo *Name) {
.Case("overloadable", AT_overloadable) .Case("overloadable", AT_overloadable)
.Case("address_space", AT_address_space) .Case("address_space", AT_address_space)
.Case("always_inline", AT_always_inline) .Case("always_inline", AT_always_inline)
.Case("returns_twice", IgnoredAttribute)
.Case("vec_type_hint", IgnoredAttribute) .Case("vec_type_hint", IgnoredAttribute)
.Case("objc_exception", AT_objc_exception) .Case("objc_exception", AT_objc_exception)
.Case("ext_vector_type", AT_ext_vector_type) .Case("ext_vector_type", AT_ext_vector_type)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment