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

Eric Christopher echristo at gmail.com
Fri Mar 29 16:36:19 PDT 2013


Done here:

M lib/CodeGen/AsmPrinter/DIE.cpp
M lib/CodeGen/AsmPrinter/DIE.h
M lib/CodeGen/AsmPrinter/DwarfDebug.cpp
r178386 = c899eb2e38ef30e65cdeb93d16f18120cc5dadf4 (refs/remotes/origin/master)

-eric


On Fri, Mar 29, 2013 at 2:19 PM, Eric Christopher <echristo at gmail.com> wrote:
> 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