[llvm-commits] [llvm] r85181 - in /llvm/trunk: include/llvm/Analysis/ lib/Analysis/ lib/Analysis/IPA/ lib/Transforms/IPO/ lib/Transforms/Scalar/ lib/Transforms/Utils/ lib/VMCore/
Victor Hernandez
vhernandez at apple.com
Tue Oct 27 11:42:16 PDT 2009
Duncan,
Thanks for the suggestion about generalizing the name. I am going to
rename it as "MemoryBuiltins".
Victor
On Oct 27, 2009, at 1:33 AM, Duncan Sands wrote:
> Hi Victor,
>
>> Rename MallocHelper as MallocFreeHelper, since it now also
>> identifies calls to free()
>
> how about naming it MemCallHelper or something like that instead.
> That way
> you won't need to change the name if you teach it to recognize
> calloc, realloc
> or other mem stuff one day.
>
> Ciao,
>
> Duncan.
More information about the llvm-commits
mailing list