diff options
author | Bill Wendling <isanbard@gmail.com> | 2013-01-31 23:16:25 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2013-01-31 23:16:25 +0000 |
commit | 1c7cc8ae90b05234329671db09f52f71b3e7dfa9 (patch) | |
tree | 93a04994c9e507f8c022a81d0771b0c2862a8538 /clang/test/CodeGen/mips64-padding-arg.c | |
parent | 1a0cf805336fe4e0736d787bf522ed172e2d71e3 (diff) | |
download | bcm5719-llvm-1c7cc8ae90b05234329671db09f52f71b3e7dfa9.tar.gz bcm5719-llvm-1c7cc8ae90b05234329671db09f52f71b3e7dfa9.zip |
Remove the AttrBuilder form of the Attribute::get creators.
The AttrBuilder is for building a collection of attributes. The Attribute object
holds only one attribute. So it's not really useful for the Attribute object to
have a creator which takes an AttrBuilder.
This has two fallouts:
1. The AttrBuilder no longer holds its internal attributes in a bit-mask form.
2. The attributes are now ordered alphabetically (hence why the tests have changed).
llvm-svn: 174110
Diffstat (limited to 'clang/test/CodeGen/mips64-padding-arg.c')
0 files changed, 0 insertions, 0 deletions