This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e5f15a2 pdbdump: print out TPI hashes. new b920b27 Revert r271728 as it breaks Windows build
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Analysis/ProfileSummaryInfo.h | 111 -------------------- include/llvm/InitializePasses.h | 1 - lib/Analysis/CMakeLists.txt | 1 - lib/Analysis/ProfileSummaryInfo.cpp | 161 ----------------------------- lib/IR/ProfileSummary.cpp | 2 - lib/Passes/PassBuilder.cpp | 3 +- lib/Passes/PassRegistry.def | 4 +- test/Analysis/ProfileSummary/basic.ll | 39 ------- 8 files changed, 2 insertions(+), 320 deletions(-) delete mode 100644 include/llvm/Analysis/ProfileSummaryInfo.h delete mode 100644 lib/Analysis/ProfileSummaryInfo.cpp delete mode 100644 test/Analysis/ProfileSummary/basic.ll