Add a default parameter to a SmallVector constructor to allow it to
authorDan Gohman <gohman@apple.com>
Thu, 28 Jun 2007 20:27:24 +0000 (20:27 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 28 Jun 2007 20:27:24 +0000 (20:27 +0000)
commit8b42bcdd1ad6f3f908d062b189fbc2a6449fae83
tree491c524148b4c11e39c643a931376d9ec335a4a7
parent00d8a84b4432bedc3050f012454cbf6ef1b05461
Add a default parameter to a SmallVector constructor to allow it to
be called with just an initial length value, just like in std::vector.

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