SmallVector: More movable improvements - don't copy elements to make space when inser...
authorDavid Blaikie <dblaikie@gmail.com>
Sun, 8 Jun 2014 19:12:31 +0000 (19:12 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sun, 8 Jun 2014 19:12:31 +0000 (19:12 +0000)
commit402cb2c981d0b2ac27ddf1d0ccf761bf94625811
tree9e523c4d397328974f5629485d7ce7afc02a0c93
parentae8a932ed8d48206394e1194f19e0832e4079dc9
SmallVector: More movable improvements - don't copy elements to make space when inserting repeated elements.

Also split and improve tests a bit.

llvm-svn: 210433
llvm/include/llvm/ADT/SmallVector.h
llvm/unittests/ADT/SmallVectorTest.cpp