Skip to content

Commit bb8f1cd

Browse files
arsenmcdevadas
andauthored
Update llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
Co-authored-by: Christudasan Devadasan <[email protected]>
1 parent f34d220 commit bb8f1cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/SIInstrInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6011,7 +6011,7 @@ const TargetRegisterClass *SIInstrInfo::getRegClass(const MCInstrDesc &TID,
60116011
if (OpNum >= TID.getNumOperands())
60126012
return nullptr;
60136013
auto RegClass = TID.operands()[OpNum].RegClass;
6014-
// Special pseudos have no alignment requirement
6014+
// Special pseudos have no alignment requirement.
60156015
if (TID.getOpcode() == AMDGPU::AV_MOV_B64_IMM_PSEUDO || isSpill(TID))
60166016
return RI.getRegClass(RegClass);
60176017

0 commit comments

Comments
 (0)