[llvm-commits] [llvm] r56887 - /llvm/trunk/lib/Transforms/IPO/Internalize.cpp

Nuno Lopes nunoplopes at sapo.pt
Wed Oct 1 02:16:20 PDT 2008


> Hi Nuno,
> 
>> add preserversCFG() + preservers(CallGraph)
> 
> it does not preserve the callgraph, because
> for a function F that is made internal, before
> there was an edge to it from the external node,
> while after there should not be (but there still
> is - i.e. the callgraph was not updated properly).

Ah, right, makes sense :)

Thanks for reviewing the patch,
Nuno



More information about the llvm-commits mailing list