[PATCH] Rename BlackList class to GlobalList and move it to Transforms/Utils.

Peter Collingbourne peter at pcc.me.uk
Tue Jul 9 10:01:11 PDT 2013


On Tue, Jul 09, 2013 at 11:02:43AM +0400, Alexander Potapenko wrote:
> Are these lists always applied to GlobalValue descendants?

Yes.

> Anyway,
> "global-something" is poor because it reflects neither what we do with
> the globals, nor which globals are put into the list (obviously not
> all of them).
> How about SpecialCaseList, since we're telling the compiler which
> objects are to be handled in a non-default way?

I can live with that name.

Thanks,
-- 
Peter



More information about the llvm-commits mailing list