[Internalize] Remove interaction with CallGraph
authorArthur Eubanks <aeubanks@google.com>
Mon, 20 Mar 2023 16:24:11 +0000 (09:24 -0700)
committerArthur Eubanks <aeubanks@google.com>
Mon, 20 Mar 2023 16:24:11 +0000 (09:24 -0700)
commitc41c336ee065a53899b8fd4fee3b4ab73370aa7e
tree7f89ce916e59b7af9f8e564f24faea8c89357343
parentfc7b860e5e58791f06678dddcd5117ce028bef64
[Internalize] Remove interaction with CallGraph

Internalize was trying to update CallGraph if the analysis was available, but the new PM doesn't really use it so there's little reason to update it.
llvm/include/llvm/Transforms/IPO/Internalize.h
llvm/lib/Transforms/IPO/Internalize.cpp