llvm-6502/include
John McCall 4672f0f61c SmallVector's growth policies don't like starting from zero capacity.
I think there are good reasons to change this, but in the interests
of short-term stability, make SmallVector<...,0> reserve non-zero
capacity in its constructors.  This means that SmallVector<...,0>
uses more memory than SmallVector<...,1> and should really only be
used (unless/until this workaround is removed) by clients that
care about using SmallVector with an incomplete type.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112147 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-26 02:11:48 +00:00
..
llvm SmallVector's growth policies don't like starting from zero capacity. 2010-08-26 02:11:48 +00:00
llvm-c lto_codegen_set_gcc_path was removed. 2010-08-25 18:37:04 +00:00