Reid Spencer 021220c8cd Chris convinced me that the default size of the SmallVector (2) was too
small.  Since it doesn't cost much to have 2 more (8 bytes), but not having
them would require a malloc as soon as the third one is needed. Setting
the default to 4 delays the malloc until the 5th parameter attribute.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35793 91177308-0d34-0410-b5e6-96231b3b80d8
2007-04-09 01:53:54 +00:00
..
2007-04-07 19:50:21 +00:00
2007-04-07 19:50:21 +00:00
2007-04-06 02:02:20 +00:00
2007-02-05 20:47:22 +00:00
2007-04-01 07:26:35 +00:00
2007-04-03 23:48:32 +00:00
2007-04-06 02:02:20 +00:00