Skip to content
Commit 797a1dbb authored by Dan Gohman's avatar Dan Gohman
Browse files

To create a copy of a SmallVector with an element removed from the

middle, copy the elements in two groups, rather than copying all the
elements and then doing an erase on the middle of the result. These
are SmallVectors, so we shouldn't expect to hit dynamic allocation
in the common case.

llvm-svn: 111151
parent 24747408
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment