Implement a SmallVector insert method that can insert multiple
authorDan Gohman <gohman@apple.com>
Thu, 16 Oct 2008 00:15:24 +0000 (00:15 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 16 Oct 2008 00:15:24 +0000 (00:15 +0000)
commit254a8860570b2624752b079b4a3e37b0942a888a
tree90f1fdbdb77d44ba7d0fdc221e6c6aef793a36b9
parent3d4227bec59358199c7d53fad8f03fd075723fcf
Implement a SmallVector insert method that can insert multiple
copies of a value, and add several additional utilities to make
SmallVector better conform to the Container concept.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57616 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/SmallVector.h