llvm-mirror/include
Benjamin Kramer 493e1a2895 Turn the enum attributes DenseSet in AttrBuilder into a set of bits.
Avoids malloc and is a lot denser. We lose iteration over target independent
attributes, but that's a strange interface anyways and didn't have any users
outside of AttrBuilder.

llvm-svn: 175370
2013-02-16 19:13:18 +00:00
..
llvm Turn the enum attributes DenseSet in AttrBuilder into a set of bits. 2013-02-16 19:13:18 +00:00
llvm-c s/bool/LLVMBool/ 2013-02-14 19:39:14 +00:00