Skip to content

Commit bcbffe4

Browse files
[AMDGPU] Remove redundant member initialization
1 parent aa73be5 commit bcbffe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/SIInstrInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ static const MachineMemOperand::Flags MONoClobber =
4343

4444
/// Utility to store machine instructions worklist.
4545
struct SIInstrWorklist {
46-
SIInstrWorklist() : InstrList() {}
46+
SIInstrWorklist() = default;
4747

4848
void insert(MachineInstr *MI);
4949

0 commit comments

Comments
 (0)