[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/

Duncan Sands baldrick at free.fr
Tue Oct 27 01:33:19 PDT 2009


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