Index: llvm/trunk/lib/CodeGen/MachineBlockPlacement.cpp =================================================================== --- llvm/trunk/lib/CodeGen/MachineBlockPlacement.cpp +++ llvm/trunk/lib/CodeGen/MachineBlockPlacement.cpp @@ -1455,9 +1455,6 @@ if (std::next(F.begin()) == F.end()) return false; - if (skipFunction(*F.getFunction())) - return false; - MBPI = &getAnalysis(); MBFI = &getAnalysis(); MLI = &getAnalysis();