llvm-6502/include
Jay Foad c5d73afa48 Tighten up the asserts in SmallVector::operator[]().
If this causes any new assertion failures that I didn't catch in
testing, the fix is usually to change "&v[0]" to "v.data()" for some
SmallVector v.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72221 91177308-0d34-0410-b5e6-96231b3b80d8
2009-05-21 19:48:58 +00:00
..
llvm Tighten up the asserts in SmallVector::operator[](). 2009-05-21 19:48:58 +00:00
llvm-c Rename PaddedSize to AllocSize, in the hope that this 2009-05-09 07:06:46 +00:00