llvm-6502/lib/DebugInfo
Benjamin Kramer 31fbd9f7b0 Replace std::copy with a back inserter with vector append where feasible
All of the cases were just appending from random access iterators to a
vector. Using insert/append can grow the vector to the perfect size
directly and moves the growing out of the loop. No intended functionalty
change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230845 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-28 10:11:12 +00:00
..
DWARF Replace std::copy with a back inserter with vector append where feasible 2015-02-28 10:11:12 +00:00
PDB [llvm-pdbdump] Fix dumping of function pointers and basic types. 2015-02-26 23:49:23 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile