Skip to content

Commit df46f5f

Browse files
committed
fix comment typo
1 parent b438f06 commit df46f5f

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
@@ -711,7 +711,7 @@ class SIInstrInfo final : public AMDGPUGenInstrInfo {
711711
// SI_SPILL_S32_TO_VGPR and SI_RESTORE_S32_FROM_VGPR form a special case of
712712
// SGPRs spilling to VGPRs which are SGPR spills but from VALU instructions
713713
// therefore we need an explicit check for them since just checking if the
714-
// Spill bit is set and what instruction type it came from miss classifies
714+
// Spill bit is set and what instruction type it came from misclassifies
715715
// them.
716716
static bool isVGPRSpill(const MachineInstr &MI) {
717717
return MI.getOpcode() != AMDGPU::SI_SPILL_S32_TO_VGPR &&

0 commit comments

Comments
 (0)