SmallVector's construct_range is the same thing as std::uninitialized_fill, no need...
authorBenjamin Kramer <benny.kra@googlemail.com>
Sun, 5 Feb 2012 22:48:31 +0000 (22:48 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sun, 5 Feb 2012 22:48:31 +0000 (22:48 +0000)
commitc05277ea8744adc1ac75541a078d8ebbb04233a6
treeedc20f6d765e72a26fda5f13819770ad5ebf410f
parentb25e44ec1506cd42ab676ac7ddf8dc8f228bcada
SmallVector's construct_range is the same thing as std::uninitialized_fill, no need to reinvent it.

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