mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-26 14:25:18 +00:00
[MBP] Remove a redundant skipFunction(). NFC.
skipFunction() is called twice. Differential Revision: http://reviews.llvm.org/D20377 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@269994 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cf44b366f9
commit
7a03ff405d
@ -1455,9 +1455,6 @@ bool MachineBlockPlacement::runOnMachineFunction(MachineFunction &F) {
|
||||
if (std::next(F.begin()) == F.end())
|
||||
return false;
|
||||
|
||||
if (skipFunction(*F.getFunction()))
|
||||
return false;
|
||||
|
||||
MBPI = &getAnalysis<MachineBranchProbabilityInfo>();
|
||||
MBFI = &getAnalysis<MachineBlockFrequencyInfo>();
|
||||
MLI = &getAnalysis<MachineLoopInfo>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user