mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 19:07:53 +08:00
[bolt] Remove redundaunt control-flow statements (NFC)
Identified with readability-redundant-control-flow.
This commit is contained in:
@@ -250,7 +250,6 @@ void PHGreedyClusterAlgorithm::initQueue(std::vector<EdgeTy> &Queue,
|
||||
void PHGreedyClusterAlgorithm::adjustQueue(std::vector<EdgeTy> &Queue,
|
||||
const BinaryFunction &BF) {
|
||||
// Nothing to do.
|
||||
return;
|
||||
}
|
||||
|
||||
bool PHGreedyClusterAlgorithm::areClustersCompatible(const ClusterTy &Front,
|
||||
|
||||
Reference in New Issue
Block a user