[CGProfile] Remove unnecessary analysis callbacks (NFC)
authorNikita Popov <npopov@redhat.com>
Tue, 28 Feb 2023 13:49:38 +0000 (14:49 +0100)
committerNikita Popov <npopov@redhat.com>
Tue, 28 Feb 2023 13:49:38 +0000 (14:49 +0100)
commitb82083b32b0516c3cb2dcf00e96b3e273b89b7d0
tree91708e0ba12952f20611ecd535073229ef5daed1
parent69d4e5ae7b976ded707e78d033b3490ca9ce0ba7
[CGProfile] Remove unnecessary analysis callbacks (NFC)

These were used to abstract between NewPM and LegacyPM. Now that
the LegacyPM implementation is gone, we can fetch the analyses
directly from the FAM.
llvm/lib/Transforms/Instrumentation/CGProfile.cpp