Change UsedPhysRegs from array bool to BitVector to save some space. Setting / gettin...
[oota-llvm.git] / include / llvm / Support / Allocator.h
2006-10-29 Chris LattnerAdd a new llvm::Allocator abstraction, which will be...