Skip to content

Commit 877f978

Browse files
author
git apple-llvm automerger
committed
Merge commit '0ea3865f7405' from apple/master into swift/master-next
2 parents 6945c2b + 0ea3865 commit 877f978

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

llvm/lib/Target/AMDGPU/SIMachineScheduler.cpp

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -618,11 +618,8 @@ void SIScheduleBlock::printDebug(bool full) {
618618

619619
// SIScheduleBlockCreator //
620620

621-
SIScheduleBlockCreator::SIScheduleBlockCreator(SIScheduleDAGMI *DAG) :
622-
DAG(DAG) {
623-
}
624-
625-
SIScheduleBlockCreator::~SIScheduleBlockCreator() = default;
621+
SIScheduleBlockCreator::SIScheduleBlockCreator(SIScheduleDAGMI *DAG)
622+
: DAG(DAG) {}
626623

627624
SIScheduleBlocks
628625
SIScheduleBlockCreator::getBlocks(SISchedulerBlockCreatorVariant BlockVariant) {

llvm/lib/Target/AMDGPU/SIMachineScheduler.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@ class SIScheduleBlockCreator {
248248

249249
public:
250250
SIScheduleBlockCreator(SIScheduleDAGMI *DAG);
251-
~SIScheduleBlockCreator();
252251

253252
SIScheduleBlocks
254253
getBlocks(SISchedulerBlockCreatorVariant BlockVariant);

0 commit comments

Comments
 (0)