Use std::copy instead of custom loops to take advantage of STL optimizations.
[oota-llvm.git] / include / llvm / ADT / SmallVector.h
2006-07-27 Chris LattnerUse std::copy instead of custom loops to take advantage...
2006-07-26 Chris LattnerAdd a new llvm::SmallVector template, which is similar...