"clang/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "229385cd68599e95a8180d90940992931623d0d1"
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. llvm-svn: 230845
Loading
Please register or sign in to comment