This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fa714f9 Move this test to x86-specific directory. new 04c0c68 Revert r277313 and r277314.
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/BlockFrequencyInfo.h | 5 - include/llvm/Analysis/BlockFrequencyInfoImpl.h | 6 - include/llvm/CodeGen/MachineBlockFrequencyInfo.h | 1 - include/llvm/Transforms/Utils/CodeExtractor.h | 24 +--- lib/Analysis/BlockFrequencyInfo.cpp | 7 -- lib/Analysis/BlockFrequencyInfoImpl.cpp | 8 +- lib/CodeGen/MachineBlockFrequencyInfo.cpp | 6 - lib/Transforms/IPO/PartialInlining.cpp | 39 +------ lib/Transforms/Utils/CodeExtractor.cpp | 126 +++------------------ .../CodeExtractor/ExtractedFnEntryCount.ll | 33 ------ .../CodeExtractor/MultipleExitBranchProb.ll | 34 ------ 11 files changed, 27 insertions(+), 262 deletions(-) delete mode 100644 test/Transforms/CodeExtractor/ExtractedFnEntryCount.ll delete mode 100644 test/Transforms/CodeExtractor/MultipleExitBranchProb.ll