Index: lib/CodeGen/MachineBlockPlacement.cpp =================================================================== --- lib/CodeGen/MachineBlockPlacement.cpp +++ lib/CodeGen/MachineBlockPlacement.cpp @@ -1448,9 +1448,6 @@ } bool MachineBlockPlacement::runOnMachineFunction(MachineFunction &F) { - if (skipFunction(*F.getFunction())) - return false; - // Check for single-block functions and skip them. if (std::next(F.begin()) == F.end()) return false;