Skip to content

Commit 2051941

Browse files
committed
[AMDGPU] Remove an extra curly bracket
1 parent 38382ca commit 2051941

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/AMDGPU/SIInstrInfo.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2508,7 +2508,6 @@ bool SIInstrInfo::expandPostRAPseudo(MachineInstr &MI) const {
25082508
.addReg(DstHi);
25092509
}
25102510
break;
2511-
}
25122511

25132512
case AMDGPU::V_MAX_BF16_PSEUDO_e64:
25142513
assert(ST.hasBF16PackedInsts());

0 commit comments

Comments
 (0)