[llvm] r178366 - Use 12 as the magic number for our abbreviation data and our

Eric Christopher echristo at gmail.com
Fri Mar 29 14:19:50 PDT 2013


On Fri, Mar 29, 2013 at 2:18 PM, Sean Silva <silvas at purdue.edu> wrote:
> On Fri, Mar 29, 2013 at 5:04 PM, Eli Bendersky <eliben at google.com> wrote:
>>
>>
>>
>> Here and elsewhere, could you use SmallVectorImpl to decouple yourself
>> from the size hint in function signatures? This is used in other places
>> throughout LLVM and IMHO makes much nicer code.
>>
>
> It is also documented
> <http://llvm.org/docs/ProgrammersManual.html#llvm-adt-smallvector-h> :)
>

Heh. Thanks. :)

-eric



More information about the llvm-commits mailing list